Click or drag to resize

Utils_FileCheckDirectoryPathValidity Method

Checks the validity of a given folder path.

This checks if the path contains any invalid characters.

This also checks if the first part of the path exists.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static OperationResult CheckDirectoryPathValidity(
	string path
)

Parameters

path
Type: SystemString

Return Value

Type: OperationResult
See Also