Method |
Description |
|
AddLongPathPrefix ( string path ) : string |
|
|
Exists ( Path path, bool &isDirectory ) : bool |
|
|
GetExceptionFromLastWin32Error ( ) : Exception |
|
|
GetExceptionFromLastWin32Error ( string parameterName ) : Exception |
|
|
GetExceptionFromWin32Error ( int errorCode ) : Exception |
|
|
GetExceptionFromWin32Error ( int errorCode, string parameterName ) : Exception |
|
|
GetMessageFromErrorCode ( int errorCode ) : string |
|
|
NormalizeLongPath ( string path, string parameterName ) : string |
|
|
NormalizeSearchPattern ( string searchPattern ) : string |
|
|
RemoveLongPathPrefix ( string normalizedPath ) : string |
|
|
TryGetDirectoryAttributes ( string normalizedPath, FileAttributes &attributes ) : int |
|
|
TryGetFileAttributes ( string normalizedPath, FileAttributes &attributes ) : int |
|
|
TryNormalizeLongPath ( string path, string &result ) : bool |
|
|