Open Dev Kit Documentation :: General :: Filesystem :: Get Directory Contents
Root.Filesystem.GetDirectoryContents( Path String, Recursive Boolean, Return Files Boolean, Return Folders Boolean ) String ArrayReturns the contents of directory in the specified path
Parameters
- Path String
- Directory path
- Recursive Boolean
- Whether to recursively list contents
- Return Files Boolean
- Whether to return files
- Return Folders Boolean
- Whether to return folders
Return Value
If you think anything is missing, please feel free to: submit documentation feedback on this page
