FileNameGetFileName Method |
Gets the file name (not the full path).
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string GetFileName()
Return Value
StringThe file name without directory components.
Remarks
Corresponds to System.IO.Path.GetFileName
See Also