Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ExistsCore
bool
System.IO.FileSystemInfo.ExistsCore
get
package
Definition at line
163
of file
FileSystemInfo.cs
.
164
{
165
get
166
{
167
if
(
_dataInitialized
== -1)
168
{
169
RefreshCore
();
170
}
171
if
(
_dataInitialized
!= 0)
172
{
173
return
false
;
174
}
175
if
(
_data
.dwFileAttributes != -1)
176
{
177
return
this
is
DirectoryInfo == ((
_data.dwFileAttributes
& 0x10) == 16);
178
}
179
return
false
;
180
}
181
}
System.IO.FileSystemInfo._dataInitialized
int _dataInitialized
Definition
FileSystemInfo.cs:20
System.IO.FileSystemInfo.RefreshCore
void RefreshCore()
Definition
FileSystemInfo.cs:327
System.IO.FileSystemInfo._data
Interop.Kernel32.WIN32_FILE_ATTRIBUTE_DATA _data
Definition
FileSystemInfo.cs:18
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System
IO
FileSystemInfo
Generated by
1.10.0