Table of Contents

zdirsel_GetPathA

Description

Retrieve the selected directory name from a directory selector variable (VarID_dirsel).

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

bool zdirsel_GetPathA(ZVAR hDirSel, ZSTR hReturnStr);

Arguments

Name Type Comment
hDirSel ZVAR A ZVAR handle to a VarID_dirsel variable, the selected directory name of which is to be retrieved.
hReturnStr ZSTR A ZSTR handle to a string variable that is to receive the full path to the selected directory.

Return value

False if an error occurred, and true otherwise.

Comments

None.