C# Class DotNetIO.Internal.LongPathCommon

Exibir arquivo Open project: DotNetIO/DotNetIO Class Usage Examples

Public Methods

Method Description
NormalizeLongPath ( string path ) : string

Private Methods

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

Method Details

NormalizeLongPath() public static method

public static NormalizeLongPath ( string path ) : string
path string
return string