Currently we have #create, #append , #mkdirs operations that implicitly
create parent directories if they are absent.
Now #mkdirs uses the properties passed in for the implicitly created
directories if they are not null, and uses default properties (with 0777
permission flag) if the properties are not given.
#create & #append use for the implicitly created directories properties
passed in for newly created file, if the passed in properties are not null,
and use default properties (with 0777 permission flag) if they are not
given.
The question is: wouldn't it be more logical to always use defaults for the
implicitly created directories?

Reply via email to