ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamShellTree.CreateDir Method

Creates a new directory in the given path.

Syntax
Pascal
procedure CreateDir(path: UnicodeString; foldername: UnicodeString; EditMode: Boolean);

This method creates a new directory with the name of the string argument foldername in the given path. If an empty string is passed as foldername, the standard folder name for a new folder of the system will be used. If EditMode is true, the new folder will be switched to the edit mode after creation so that the user can change its name.

Copyright (c) 2011. All rights reserved.