Node-SMB / marsaud-smb2

SMB2 Client
53 stars 46 forks source link

Create multiple level folder #17

Closed salmenbej closed 7 years ago

salmenbej commented 7 years ago

Is it possibile to create a multiple level folder like \folder1\folder2\folder3? Like for fs-extra there is fs.mkdirs.

vdiez commented 7 years ago

you can use ensureDir

salmenbej commented 7 years ago

@vdiez thanks ;), It works.