Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 482 Bytes

file.makeDir.md

File metadata and controls

22 lines (15 loc) · 482 Bytes

file.makeDir

The makeDir function is established to create a folder. If the folder is existed, it will do NOTHING.

Sample

file.makeDir("myFolder");

API

CallingReturning
file . makeDir ( path )
ParametersTypeDescription
pathStringThe relative folder path to the storage.