The isFile
function is used to determine if a given path represents a file.
var tf = file.isFile("myFile.txt");
Calling | Returning |
---|---|
file. isFile ( path ) |
Boolean |
Parameters | Type | Description |
---|---|---|
path |
String |
The relative path to the storage. |