hoijui / Jawk

Java AWK interpreter/compiler
GNU General Public License v3.0
39 stars 23 forks source link

[failure of -z switch] run mkdirs() only if path non existing #5

Closed jannick0 closed 8 years ago

jannick0 commented 8 years ago

run mkdirs() only if path does not exist, since mkdirs() returns true iff path is created (see doc). Thus currently bumping into the IOEx if path already exists ... and then no AwkScript.class is generated.