Click or drag to resize

ProjectFolderThrowExceptionOnInvalidSingleFolderName Method

Test for the validity of a single folder name. The folderName either has to be an empty string (representing the root folder) or a string ending with a directory separator char and containing no other directory separator chars. If the string is null, an ArgumentNullException is thrown. Otherwise, if the provided string is not a valid folder name, a ArgumentException will be thrown.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void ThrowExceptionOnInvalidSingleFolderName(
	string folderName
)

Parameters

folderName  String
Folder name to test.
See Also