Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 477 Bytes

file.makeDir.md

File metadata and controls

21 lines (15 loc) · 477 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.