Initialise the contents of a directory selector variable (VarID_dirsel).
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
bool zdirsel_Init(ZVAR hDirSel, const char* lpStartDir);
| Name | Type | Comment |
|---|---|---|
| hDirSel | ZVAR | A ZVAR handle to a variable, which must be of type VarID_dirsel. |
| lpStartDir | const char* | A handle to a C-style string containing the initial directory of the directory selector variable. The directory name must be the full path, and relative paths are not supported. |
False if an error occurred, and true otherwise.
None.