Click or drag to resize

folderNodecreateDirectory Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates the directory, child node and finds unique name if required

Namespace:  imbSCI.Core.files.folders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public folderNode createDirectory(
	string nameOrPath,
	string desc = "",
	bool findUniqueName = true
)
Request Example View Source

Parameters

nameOrPath
Type: SystemString
The proposal.
desc (Optional)
Type: SystemString
The desc.
findUniqueName (Optional)
Type: SystemBoolean
if set to true [find unique name].

Return Value

Type: folderNode
See Also