Creates a folder at the current path. This is determined by CurrentFolder.
class procedure MakeFolder(const Name: String); static;
|
Parameters |
Description |
|
const Name: String |
the name of the folder to create. |
|
Copyright (c) 2012. All rights reserved.
|