C# Class GAudio.GATPathsHelper

Paths and URL convenience methods
Afficher le fichier Open project: gregzo/G-Audio Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static GetAbsolutePath ( string relativePath, PathRelativeType type, bool createDirectory ) : string
relativePath string
type PathRelativeType
createDirectory bool
Résultat string

PathForWavFile() public static méthode

public static PathForWavFile ( string relativePath, PathRelativeType type, bool createDirectory ) : string
relativePath string
type PathRelativeType
createDirectory bool
Résultat string

URLFromFilePath() public static méthode

public static URLFromFilePath ( string path ) : string
path string
Résultat string