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

Latest commit

 

History

History
23 lines (17 loc) · 759 Bytes

file.list.md

File metadata and controls

23 lines (17 loc) · 759 Bytes

file.list

The list function is established to get an array of files or sub folders information.

Sample

	var infos = file.list("myFolder");

API

CallingReturning
file . list ( path )Array of FileInfo
file . list ( path , withoutFolderLength )Array of FileInfo
ParametersTypeDescription
pathStringThe relative folder path to the storage.
withoutFolderLengthBooleanA flag to get sub folders size or not. The default value is false.