UtilFileSystemIsValidWindowsFileNameOrDirectoryPath Method

Determines whether the specified file-system name is a file name, a directory path or a full file path, then, determines whether the item contains invalid Windows file name or directory path characters.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsValidWindowsFileNameOrDirectoryPath(
	string fileSystemName
)

Parameters

fileSystemName  String
A file or directory name, directory path, or full file path.

Return Value

Boolean
if the specified file-system name contains invalid Windows path characters, otherwise.

See Also