The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



MakeSubFolder


Unit: SDL_foldertree
Class: TFolderTree
Declaration: function MakeSubFolder (FolderName: string): boolean;

The function MakeSubFolder creates a subdirectory to the currently selected node. The name of the subdirectory is specified by the parameter FolderName, which may contain several sub-subdirectories separated by slashes or backslashes.

The function returns TRUE if everything is OK and the subdirectory has been created.

Example: This property is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): foldertree



Last Update: 2023-Dec-08