FileUtilityIsValidPath Method |
This method checks if a path (full or relative) is valid.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool IsValidPath(
string? fileName
)
Parameters
- fileName String
- The path to validate.
Return Value
Booleantrue if the path is valid; otherwise,
false.
See Also