Click or drag to resize

FileNameCreate Method

Creates a FileName instance from the string. It is valid to pass null or an empty string to this method (in that case, a null reference will be returned).

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

Parameters

fileName  String
The file path.

Return Value

FileName
A FileName instance, or if fileName is null or empty.
See Also