An NDoc Documented Class Library

PathUtil.GetAbsolutePath Method

Return the fixed absolute path for the given directory based on the given base directory.

Overload List

Return the fixed absolute path for the given directory based on the given base directory.

public static string GetAbsolutePath(char,string,string);

Return the fixed absolute path for the given directory based on the given base directory.

public static string GetAbsolutePath(string,string);

See Also

PathUtil Class | EnterpriseDT.Util Namespace