ShellListViewCreateDir Method |
Creates a new directory in the current folder.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public void CreateDir(
string p_Name,
bool p_EditMode
)
Public Sub CreateDir (
p_Name As String,
p_EditMode As Boolean
)
public:
void CreateDir(
String^ p_Name,
bool p_EditMode
)
member CreateDir :
p_Name : string *
p_EditMode : bool -> unit
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