C# 클래스 GAudio.GATPathsHelper

Paths and URL convenience methods
파일 보기 프로젝트 열기: gregzo/G-Audio 1 사용 예제들

공개 메소드들

메소드 설명
GetAbsolutePath ( string relativePath, PathRelativeType type, bool createDirectory ) : string
PathForWavFile ( string relativePath, PathRelativeType type, bool createDirectory ) : string
URLFromFilePath ( string path ) : string

메소드 상세

GetAbsolutePath() 공개 정적인 메소드

public static GetAbsolutePath ( string relativePath, PathRelativeType type, bool createDirectory ) : string
relativePath string
type PathRelativeType
createDirectory bool
리턴 string

PathForWavFile() 공개 정적인 메소드

public static PathForWavFile ( string relativePath, PathRelativeType type, bool createDirectory ) : string
relativePath string
type PathRelativeType
createDirectory bool
리턴 string

URLFromFilePath() 공개 정적인 메소드

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