Click or drag to resize

FileUtilityIsValidDirectoryEntryName Method

Checks that a single directory name (not the full path) is valid.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool IsValidDirectoryEntryName(
	string name
)

Parameters

name  String
The directory entry name to validate.

Return Value

Boolean
true if the directory entry name is valid; otherwise, false.
See Also