java - FileSystem.mkdirs() return code -
does know when filesystem.mkdirs()
returns false
? return false
when folder creation fails no error thrown, , if so, can give me example of occasion when occur? returns true
when creation succeeds , throws exception
under conditions (ie. ioexception
due insufficient permissions). however, returns true
if directory trying created exists.
thanks.
Comments
Post a Comment