FileUtilityIsValidDirectoryEntryName Method |
Checks that a single directory name (not the full path) is valid.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool IsValidDirectoryEntryName(
string name
)
Parameters
- name String
- The directory entry name to validate.
Return Value
Booleantrue if the directory entry name is valid; otherwise,
false.
See Also