FilesInvalidPathChars Method

Indicates whether the path contains illegal characters.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool InvalidPathChars(
	string path
)

Parameters

path  String
Path to process.

Return Value

Boolean
if the path contains illegal characters; otherwise, .

See Also