ProjectFolder Constructor |
Creates a project folder with the given name.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public ProjectFolder(
string name
)
Parameters
- name String
- Full name of the project folder. The value null is associated with the root folder.
See Also