Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
FileAttributes.cs
Go to the documentation of this file.
1
namespace
System.IO
;
2
3
[Flags]
4
public
enum
FileAttributes
5
{
6
ReadOnly
= 1,
7
Hidden
= 2,
8
System
= 4,
9
Directory
= 0x10,
10
Archive
= 0x20,
11
Device
= 0x40,
12
Normal
= 0x80,
13
Temporary
= 0x100,
14
SparseFile
= 0x200,
15
ReparsePoint
= 0x400,
16
Compressed
= 0x800,
17
Offline
= 0x1000,
18
NotContentIndexed
= 0x2000,
19
Encrypted
= 0x4000,
20
IntegrityStream
= 0x8000,
21
NoScrubData
= 0x20000
22
}
System.IO.Directory
Definition
Directory.cs:8
System.IO.FileAttributes
FileAttributes
Definition
FileAttributes.cs:5
System.IO.FileAttributes.Temporary
@ Temporary
System.IO.FileAttributes.ReadOnly
@ ReadOnly
System.IO.FileAttributes.ReparsePoint
@ ReparsePoint
System.IO.FileAttributes.NoScrubData
@ NoScrubData
System.IO.FileAttributes.Compressed
@ Compressed
System.IO.FileAttributes.SparseFile
@ SparseFile
System.IO.FileAttributes.Hidden
@ Hidden
System.IO.FileAttributes.Offline
@ Offline
System.IO.FileAttributes.Normal
@ Normal
System.IO.FileAttributes.IntegrityStream
@ IntegrityStream
System.IO.FileAttributes.Encrypted
@ Encrypted
System.IO.FileAttributes.Device
@ Device
System.IO.FileAttributes.Archive
@ Archive
System.IO.FileAttributes.NotContentIndexed
@ NotContentIndexed
System.IO
Definition
ConsoleStream.cs:3
System
Definition
BlockingCollection.cs:8
source
System.Private.CoreLib
System.IO
FileAttributes.cs
Generated by
1.10.0