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.3179.0 (4.8.3179.0)
Syntax
C#
public string GetFileName()

Return Value

String

[Missing <returns> documentation for "M:Altaxo.Main.Services.FileName.GetFileName"]

Remarks
Corresponds to System.IO.Path.GetFileName
See Also