Water 5-System Interfaces-Filesystem
method resource.filesystem.folder.keys
Returns a vector of items in a folder
Contract
Return typewob
No input parameters.
Water Contract
<method resource.filesystem.folder.keys/>

See also: file, folder, exists, vector

Returns a vector of the names of the files and folders in the folder.
<folder "logical://user" />.<keys />
If the specified folder does not exist, or an error is encountered, keys will throw an error.