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.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static FileName? Create(
string? fileName
)
Parameters
- fileName String
- The file path.
Return Value
FileNameA
FileName instance, or
if
fileName is null or empty.
See Also