DirectoryNameGetRelativePath(DirectoryName) Method |
Converts the specified absolute path into a relative path (relative to this).
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic DirectoryName? GetRelativePath(
DirectoryName? path
)
Parameters
- path DirectoryName
- The absolute directory path.
Return Value
DirectoryNameThe relative directory path, or
if
path is
.
See Also