Click or drag to resize

FileNameGetFileName Method

Gets the file name (not the full path).

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string GetFileName()

Return Value

String
The file name without directory components.
Remarks
Corresponds to System.IO.Path.GetFileName
See Also