C# 클래스 CodeTV.FileUtils

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

공개 메소드들

메소드 설명
GenerateRelativePath ( string absoluteFilePath ) : string
GenerateRelativePath ( string mainDirPath, string absoluteFilePath ) : string
GetAbsolutePath ( string filePath ) : string

메소드 상세

GenerateRelativePath() 공개 정적인 메소드

public static GenerateRelativePath ( string absoluteFilePath ) : string
absoluteFilePath string
리턴 string

GenerateRelativePath() 공개 정적인 메소드

public static GenerateRelativePath ( string mainDirPath, string absoluteFilePath ) : string
mainDirPath string
absoluteFilePath string
리턴 string

GetAbsolutePath() 공개 정적인 메소드

public static GetAbsolutePath ( string filePath ) : string
filePath string
리턴 string