Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 370 Bytes

file.makeDir.md

File metadata and controls

19 lines (13 loc) · 370 Bytes

file.makeDir

The makeDir function is used to create a folder. If the folder already exists, the function does nothing.

Sample

file.makeDir("myFolder");

API

Calling Returning
file. makeDir ( path )
Parameters Type Description
path String The relative folder path to the storage.