__ ______ __ __ ___ __
|" \ / " \ |" |/ \| "| /""\
|| | // ____ \ |' / \: | / \
|: | / / ) :)|: /' | /' /\ \
|. |(: (____/ // \// /\' | // __' \
/\ |\\ / / / \\ | / / \\ \
(__\_|_)\"_____/ |___/ \___|(___/ \___)
- Additional validations; for instance if the user provides and empty,
undefined
, ornull
path; then we reject without even talking to the filesystem API.
- Documentation updates.
- Added
writeTextFile
,readTextFile
,exists
,directories
,createIfNotExists
,stat
as brand new methods. - Bugfixes.
- File writer methods now recursively create the path to the file if the directory tree does not exist.
- Added documentation.
- Initial version.