Click or drag to resize

FileName Constructor

Initializes a new instance of the FileName class.

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

Parameters

path  String
The file path.
See Also