Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 604 Bytes

file.list.md

File metadata and controls

21 lines (15 loc) · 604 Bytes

file.list

The list function is used to retrieve an array of file or subfolder information.

Sample

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

API

Calling Returning
file. list ( path ) Array of FileInfo
file. list ( path, withoutFolderLength ) Array of FileInfo
Parameters Type Description
path String The relative folder path to the storage.
withoutFolderLength Boolean A flag to indicate whether to calculate subfolder sizes. The default value is false.