The list
function is used to retrieve an array of file or subfolder information.
var infos = file.list("myFolder");
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 . |