Click or drag to resize

TextDocumentFolder Property

Gets the directory part of the document name with trailing DirectorySeparatorChar. If the document is located in the root folder, the RootFolderName (an empty string) is returned.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string Folder { get; }

Property Value

String
See Also