Click or drag to resize

FileUtilityIsValidPath Method

This method checks if a path (full or relative) is valid.

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

Parameters

fileName  String
The path to validate.

Return Value

Boolean
true if the path is valid; otherwise, false.
See Also