Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 358 Bytes

file.isFolder.md

File metadata and controls

19 lines (13 loc) · 358 Bytes

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.