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) · 483 Bytes

file.makeFile.md

File metadata and controls

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