Click or drag to resize

ShellListViewCreateDir Method

Creates a new directory in the current folder.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public void CreateDir(
	string p_Name,
	bool p_EditMode
)

Parameters

p_Name
Type: SystemString
The name of the new folder. Do pass a single name only, not a full path.
p_EditMode
Type: SystemBoolean
Pass true, if the user should be able to edit the name of the new folder after its creation. Pass false if the new folder should not be in edit mode.
See Also