Enum ArchiveAttributes
- Namespace
- Cobilas.GodotEngine.Utility.IO
- Assembly
- com.cobilas.godot.utility.dll
Represents the attributes of a file or folder.
[Flags]
public enum ArchiveAttributes : uint
Fields
Directory = 2
Indicates that it is a directory file.
File = 4
Indicates that it is a file.
Hidden = 16
Indicates whether the file or folder is hidden on the system.
Null = 0
Indicates whether the file or folder is null.
ReadOnly = 8
Indicates whether the file or folder is read-only.