- findDirIndex
long findDirIndex(StringArg0 name)
Returns the index of the directory with name name or -1 if not found.
- findFileIndex
long findFileIndex(StringArg0 name)
Returns the index of the file with name name or -1 if not found.
- getFile
String getFile(long idx)
Returns the name of the file at index idx.
- getFileCount
long getFileCount()
Returns the number of files in this directory.
- getFileImportIsValid
bool getFileImportIsValid(long idx)
Returns true if the file at index idx imported properly.
- getFilePath
String getFilePath(long idx)
Returns the path to the file at index idx.
- getFileScriptClassExtends
String getFileScriptClassExtends(long idx)
- getFileScriptClassName
String getFileScriptClassName(long idx)
- getFileType
String getFileType(long idx)
Returns the file extension of the file at index idx.
- getName
String getName()
Returns the name of this directory.
- getParent
EditorFileSystemDirectory getParent()
Returns the parent directory for this directory or null if called on a directory at res:// or user://.
- getPath
String getPath()
Returns the path to this directory.
- getSubdir
EditorFileSystemDirectory getSubdir(long idx)
Returns the subdirectory at index idx.
- getSubdirCount
long getSubdirCount()
Returns the number of subdirectories in this directory.
- opAssign
EditorFileSystemDirectory opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(EditorFileSystemDirectory other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
A directory for the resource filesystem.
A more generalized, low-level variation of the directory concept.