Documentation

Get Directory Contents - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: Filesystem :: Get Directory Contents

Root.Filesystem.GetDirectoryContents(
  Path String,
  Recursive Boolean,
  Return Files Boolean,
  Return Folders Boolean
) String Array
Returns 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

String Array

If you think anything is missing, please feel free to: submit documentation feedback on this page