Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 383 Bytes

file.makeFile.md

File metadata and controls

19 lines (13 loc) · 383 Bytes

file.makeFile

The makeFile function is used to create a blank file. If the file already exists, the function does nothing.

Sample

file.makeFile("myFile.txt");

API

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