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