FileUtilityGetRelativePath Method |
Converts a given absolute path and a given base path to a path that leads
from the base path to the absolute path as a relative path.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string GetRelativePath(
string baseDirectoryPath,
string absPath
)
Parameters
- baseDirectoryPath String
- The base directory path.
- absPath String
- The absolute path.
Return Value
StringThe relative path from
baseDirectoryPath to
absPath.
See Also