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