Returns an absolute path for a value specified in a configuration parameter.
Namespace:
Aurigma.DesignAtoms.Configuration
Assembly:
Aurigma.DesignAtoms (in Aurigma.DesignAtoms.dll)
public static string GetAbsolutePath( string directoryPath, string pathParameter )
Type: System.String
A string representing a relative path to a folder. This value may start with~/
, ~\\
, or ..
.Type: System.String
A string representing a file name.