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.3261.0 (4.8.3261.0)
Syntaxpublic string FolderName { get; }
Property Value
String
See Also