Click or drag to resize

DirectoryNameCreate(String) Method

Creates a DirectoryName 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 DirectoryName? Create(
	string directoryName
)

Parameters

directoryName  String
The directory path.

Return Value

DirectoryName
A DirectoryName instance, or if directoryName is null or empty.
See Also