DataTableFolderNameWithoutTrailingDirectorySeparatorChar Property |
Gets the project folder name of this table without the trailing
DirectorySeparatorChar.
If the table is located in the root folder, an exception will be thrown, because the root folder name doesn't contain a
DirectorySeparatorChar.
If the table is located in any other folder, the full folder name, but without the trailing
DirectorySeparatorChar is returned.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic string FolderNameWithoutTrailingDirectorySeparatorChar { get; }
Property Value
String
See Also