An NDoc Documented Class Library

PathUtil.GetAbsolutePath Method (Char, String, String)

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

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

Parameters

separator
baseDirectory
directory

Return Value

See Also

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