An NDoc Documented Class Library

PathUtil.GetAbsolutePath Method (String, String)

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

public static string GetAbsolutePath(
   string baseDirectory,
   string directory
);

Parameters

baseDirectory
directory

Return Value

See Also

PathUtil Class | EnterpriseDT.Util Namespace | PathUtil.GetAbsolutePath Overload List