|
|
|
|
|
fDirExist (Function) In french: fRepExiste Checks the existence of a directory. Syntax
<Result> = fDirExist(<Directory name>)
<Result>: Boolean - True if the directory exists,
- False otherwise (for example, if the directory name corresponds to a file name).
<Directory name>: Character string Name and full (or relative) path of the directory. Wildcard characters (*,?) are not allowed.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|