|
|
|
|
|
- Operating mode in Windows Vista (and later)
- Previous versions
fMakeDir (Function) In french: fRepCrée Creates a directory (and the intermediate directories if necessary).
Syntax
<Result> = fMakeDir(<Path of directory to create>)
<Result>: Boolean - True if the directory was created or if this directory already exists,
- False otherwise. To get more details on the error, use ErrorInfo with the errMessage constant.
<Path of directory to create>: Character string Name and full (or relative) path of the directory to create (up to 260 characters). A UNC path can be used. This directory name may (or may not) end with "\". If no drive letter is specified, the directory is created in the current directory. If this parameter contains several directories that do not exist, all the necessary directories are created.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|