Click or drag to resize

folderNodeAdd Method (String, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds new node or nodes to correspond to specified path or name. pathOrName can be path like: path1\\path2\\path3

Namespace:  imbSCI.Core.files.folders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public folderNode Add(
	string pathOrName,
	string __caption,
	string __description
)
Request Example View Source

Parameters

pathOrName
Type: SystemString
Name of the path or.
__caption
Type: SystemString
The caption - display name of the folder
__description
Type: SystemString
The description - description about the folder

Return Value

Type: folderNode
Newly created or existing directory node
Remarks
If directory under specified path already exists, it will update its caption and description if these are empty, and return the existing node.
See Also