formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | File
Description
Gets the file locator of the folder located inside the specified folder. This does not set the current working folder.
Plugin Prototype
fzrt_error_td fzrt_file_open_folder(
floc, | |
const char * | folder_name, |
new_floc ) |
Parameters
floc [Input]
parent folder's file locator. Location of folder
folder_name [Input]
Name of folder to open. C string
new_floc [Result]
file locator of opened folder. Must be initialized by caller
Returns
FZRT_NOERR on success, Otherwise, an error ID.
Availability
5.0.0.0
Function Set
Defined in