RelativeDocumentPathFromOldDeprecated Method |
Converts an older absolute-path representation into a relative document path.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static RelativeDocumentPath FromOldDeprecated(
AbsoluteDocumentPath absPath
)
Parameters
- absPath AbsoluteDocumentPath
- The deprecated absolute-path representation.
Return Value
RelativeDocumentPathThe converted relative document path.
See Also