Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 465 Bytes

file.isFolder.md

File metadata and controls

22 lines (15 loc) · 465 Bytes

file.isFolder

The isFolder function is established to judge a path is a folder or not.

Sample

var tf = file.isFolder("myFolder");

API

CallingReturning
file . isFolder ( path )Boolean
ParametersTypeDescription
pathStringThe relative path to the storage.