Directory.GDNativeClassBinding

Undocumented in source.

Members

Static variables

changeDir
GodotMethod!(GodotError, String) changeDir;
Undocumented in source.
copy
GodotMethod!(GodotError, String, String) copy;
Undocumented in source.
currentIsDir
GodotMethod!(bool) currentIsDir;
Undocumented in source.
dirExists
GodotMethod!(bool, String) dirExists;
Undocumented in source.
fileExists
GodotMethod!(bool, String) fileExists;
Undocumented in source.
getCurrentDir
GodotMethod!(String) getCurrentDir;
Undocumented in source.
getCurrentDrive
GodotMethod!(long) getCurrentDrive;
Undocumented in source.
getDrive
GodotMethod!(String, long) getDrive;
Undocumented in source.
getDriveCount
GodotMethod!(long) getDriveCount;
Undocumented in source.
getNext
GodotMethod!(String) getNext;
Undocumented in source.
getSpaceLeft
GodotMethod!(long) getSpaceLeft;
Undocumented in source.
listDirBegin
GodotMethod!(GodotError, bool, bool) listDirBegin;
Undocumented in source.
listDirEnd
GodotMethod!(void) listDirEnd;
Undocumented in source.
makeDir
GodotMethod!(GodotError, String) makeDir;
Undocumented in source.
makeDirRecursive
GodotMethod!(GodotError, String) makeDirRecursive;
Undocumented in source.
open
GodotMethod!(GodotError, String) open;
Undocumented in source.
remove
GodotMethod!(GodotError, String) remove;
Undocumented in source.
rename
GodotMethod!(GodotError, String, String) rename;
Undocumented in source.

Meta