list_scene_files
List scene files and sub-directories relative to the content_root folder.
arguments
-
"relpath" : String
The path relative to the content_root.
-
"extension_flag" : Uint32 (default: 1)
A bit mask indicating what file extensions should be listed. Except in the case of -1 where all files are listed. The actual extensions that are supported will vary depending on the plugins installed.
Possible Values:
- 0x1 - Allows any supported scene files.
- 0x2 - Allows any supported image files.
- -1 - Allows all files.
return value
List_scene_files_responseA result object containing a list of the scene files and folders in the listed directory.