FilesInvalidPathChars Method
Indicates whether the path contains illegal characters.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool InvalidPathChars(
string path
)
Public Shared Function InvalidPathChars (
path As String
) As Boolean
- path String
- Path to process.
Boolean if the path contains illegal characters; otherwise,
.