DataTableFolderName Property |
Gets the project folder name of this table.
If the table is located in the root folder, the
RootFolderName (an empty string) is returned.
If the table is located in any other folder, the full folder name including the trailing
DirectorySeparatorChar is returned.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string FolderName { get; }
Property Value
StringSee Also