ShellBrowser Delphi Components Documentation
|
Creates a new folder inside the folder represented by the current instance.
function CreateNewFolder(pNewFolderName: string = ''): IItemIdList;
Parameters |
Description |
pNewFolderName: string = '' |
The name of the new folder; if empty the default name will be taken. If the folder already exists this function adds (1), (2)... to the foldername to find a unique name. |
The ItemIdList of the newly created folder if there was no error.