Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Attributes
FileAttributes
System.IO.FileSystemInfo.Attributes
get
set
Definition at line
149
of file
FileSystemInfo.cs
.
150
{
151
get
152
{
153
EnsureDataInitialized
();
154
return
(FileAttributes)
_data
.dwFileAttributes;
155
}
156
set
157
{
158
FileSystem.SetAttributes(
FullPath
,
value
);
159
_dataInitialized
= -1;
160
}
161
}
System.IO.FileSystemInfo.FullPath
string FullPath
Definition
FileSystemInfo.cs:8
System.IO.FileSystemInfo._dataInitialized
int _dataInitialized
Definition
FileSystemInfo.cs:20
System.IO.FileSystemInfo.EnsureDataInitialized
void EnsureDataInitialized()
Definition
FileSystemInfo.cs:308
System.IO.FileSystemInfo._data
Interop.Kernel32.WIN32_FILE_ATTRIBUTE_DATA _data
Definition
FileSystemInfo.cs:18
System.ExceptionArgument.value
@ value
System
IO
FileSystemInfo
Generated by
1.10.0