Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 488 Bytes

file.makeFile.md

File metadata and controls

22 lines (15 loc) · 488 Bytes

file.makeFile

The makeFile function is established to create a blank file. If the file is existed, it will do NOTHING.

Sample

file.makeFile("myFile.txt");

API

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