Closed lastboy closed 10 years ago
In case the directory already exists with sub-folders it will be deleted.
example:
mkdirSyncRecursive("./root-folder/folderA") will result: -root-folder -folderA
mkdirSyncRecursive("./root-folder/folderB") over the previous operation will result: -root-folder -folderB
folderA will be removed, can you add an option to preserve the existing folders?
Not a bug! Sorry, I found out that something went wrong on my specific environment.
In case the directory already exists with sub-folders it will be deleted.
example:
mkdirSyncRecursive("./root-folder/folderA") will result: -root-folder -folderA
mkdirSyncRecursive("./root-folder/folderB") over the previous operation will result: -root-folder -folderB
folderA will be removed, can you add an option to preserve the existing folders?