Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 397 Bytes

file.exists.md

File metadata and controls

20 lines (14 loc) · 397 Bytes

file.exists

The exists function is used to determine whether a file or folder exists.

Sample

var tf = file.exists("myFile.txt");
var tf = file.exists("myFolder");

API

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