Platform Compatibility
PC | Mac OSX | Oculus Quest |
---|---|---|
X | X | X |
Load the list of file names in a folder (default is main level folder) separated by commas with an optional listing by search pattern (eg: *.png)
Parameters:
- folder Optional
- A string value
- type Optional
- A string value
returns a String (text) value
Example:
1 | obj.listFiles(folder, type) |