Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 460 Bytes

file.isFolder.md

File metadata and controls

21 lines (15 loc) · 460 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.