ProjectFolderThrowExceptionOnInvalidFullFolderPath Method |
Test for the validity of a folder name of any level. The argument folderPath either has to be an empty string (representing the root folder) or a string ending with a directory separator char.
If the argument is null, an
ArgumentNullException is thrown. Otherwise, if the provided string is not a valid folder path, a
ArgumentException will be thrown.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void ThrowExceptionOnInvalidFullFolderPath(
string folderPath
)
Parameters
- folderPath String
- Folder path to test.
See Also