An NDoc Documented Class Library

PathUtil.GetAbsolutePath Method 

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