Enum GDFileAttributes
- Namespace
- Cobilas.GodotEngine.Utility
- Assembly
- com.cobilas.godot.utility.dll
Represents the file attributes.
public enum GDFileAttributes : byte
Fields
Directory = 0
Indicates that it is a directory file.
File = 1
Indicates that it is a file.
Null = 3
Indicates that it is a null item(Exe: GDIONull).