ReadWebHareResourceFolder (open)
Returns the contents of a resource folder.
Syntax
LOADLIB "mod::system/lib/resources.whlib";
RECORD ARRAY FUNCTION ReadWebHareResourceFolder(STRING resourcepath)Parameters
STRING resourcepathPath to the resource folder
Return value
RECORD ARRAYList of resources and folders within a resource folder
INTEGER idDatabase id of the resource (folder), if applicable.
BOOLEAN isfolderWhether this entry is a folder
DATETIME modifiedModificationdate of a resource
STRING nameName of the resource (folder)
STRING resourcepathFull path to the resource (folder). Ends with '/' for folders.