Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetFileAttributesEx() [2/2]

static bool Interop.Kernel32.GetFileAttributesEx ( string name,
GET_FILEEX_INFO_LEVELS fileInfoLevel,
ref WIN32_FILE_ATTRIBUTE_DATA lpFileInformation )
inlinestaticpackage

Definition at line 880 of file Interop.cs.

881 {
883 return GetFileAttributesExPrivate(name, fileInfoLevel, ref lpFileInformation);
884 }
static bool GetFileAttributesExPrivate(string name, GET_FILEEX_INFO_LEVELS fileInfoLevel, ref WIN32_FILE_ATTRIBUTE_DATA lpFileInformation)
static string EnsureExtendedPrefixIfNeeded(string path)

References System.IO.PathInternal.EnsureExtendedPrefixIfNeeded(), and Interop.Kernel32.GetFileAttributesExPrivate().