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.
Namespace: DevCase.Core.IO.FileSystemAssembly: 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
)
Public Shared Function IsValidWindowsFileNameOrDirectoryPath (
fileSystemName As String
) As Boolean
Dim fileSystemName As String
Dim returnValue As Boolean
returnValue = UtilFileSystem.IsValidWindowsFileNameOrDirectoryPath(fileSystemName)
public:
static bool IsValidWindowsFileNameOrDirectoryPath(
String^ fileSystemName
)
static member IsValidWindowsFileNameOrDirectoryPath :
fileSystemName : string -> bool
No code example is currently available or this language may not be supported.
- fileSystemName String
-
A file or directory name, directory path, or full file path.
Boolean if the specified file-system name contains invalid Windows path characters,
otherwise.