Terraria v1.4.4.9
Terraria source code documentation
|
Go to the source code of this file.
Namespaces | |
namespace | System |
namespace | System.IO |
Enumerations | |
enum | System.IO.FileAttributes { System.IO.ReadOnly = 1 , System.IO.Hidden = 2 , System.IO.System = 4 , System.IO.Directory = 0x10 , System.IO.Archive = 0x20 , System.IO.Device = 0x40 , System.IO.Normal = 0x80 , System.IO.Temporary = 0x100 , System.IO.SparseFile = 0x200 , System.IO.ReparsePoint = 0x400 , System.IO.Compressed = 0x800 , System.IO.Offline = 0x1000 , System.IO.NotContentIndexed = 0x2000 , System.IO.Encrypted = 0x4000 , System.IO.IntegrityStream = 0x8000 , System.IO.NoScrubData = 0x20000 } |