C# 클래스 DotNetIO.Internal.LongPathCommon

파일 보기 프로젝트 열기: DotNetIO/DotNetIO 1 사용 예제들

공개 메소드들

메소드 설명
NormalizeLongPath ( string path ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

NormalizeLongPath() 공개 정적인 메소드

public static NormalizeLongPath ( string path ) : string
path string
리턴 string