formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | File
Description
Gets the name associated with the file or folder.
Plugin Prototype
fzrt_error_td fzrt_file_floc_get_name(
floc, | |
char * | name, |
fzrt_unsigned_int | maxlen ) |
Parameters
floc [Input]
pointer to a file or folder
name [Result]
buffer that receives the name of file/folder, if successful. Must be allocated by caller.
maxlen [Input]
size of buffer in name parameter
Returns
FZRT_NOERR on success, Otherwise, an error ID.
Availability
5.0.0.0
See Also
Function Set
Defined in