C# Class GAudio.GATPathsHelper

Paths and URL convenience methods
Exibir arquivo Open project: gregzo/G-Audio Class Usage Examples

Public Methods

Method Description
GetAbsolutePath ( string relativePath, PathRelativeType type, bool createDirectory ) : string
PathForWavFile ( string relativePath, PathRelativeType type, bool createDirectory ) : string
URLFromFilePath ( string path ) : string

Method Details

GetAbsolutePath() public static method

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

PathForWavFile() public static method

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

URLFromFilePath() public static method

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