Method | Description | |
---|---|---|
AdjustToEnvironment ( string path ) : string | ||
CreateDirectories ( string file ) : void | ||
GetRelativePath ( string templateFile, string fullpathFile ) : string |
Method | Description | |
---|---|---|
checkRecursiveLevels ( string templateDir, string fullPathFile ) : int | ||
checkRecursiveLevels ( string templateDir, string fullPathFile, int level ) : int | ||
extractRelativePath ( string path, string templatePath ) : string | ||
getRelativePathFromLevel ( string templateDir, string fullPathFile, int level ) : string | ||
removePathEscape ( string path ) : string |
public static AdjustToEnvironment ( string path ) : string | ||
path | string | |
return | string |
public static CreateDirectories ( string file ) : void | ||
file | string | |
return | void |
public static GetRelativePath ( string templateFile, string fullpathFile ) : string | ||
templateFile | string | |
fullpathFile | string | |
return | string |