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) · 452 Bytes

file.isFile.md

File metadata and controls

21 lines (15 loc) · 452 Bytes

file.isFile

The isFile function is established to judge a path is a file or not.

Sample

	var tf = file.isFile("myFile.txt");

API

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