formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | File
Description
Sets the file locator from a full path string. The full path includes the filename, and must be in the format of the native operating . Windows uses backslash character as the folder separator, Macintosh uses the colon character as the folder separator.
Plugin Prototype
fzrt_error_td fzrt_file_floc_set_fullpath(
floc, | |
char * | path ) |
Parameters
floc [Result]
file locator. User must initialize.
path [Input]
full pathname as C strings
Returns
FZRT_NOERR on success, Otherwise, an error ID.
Availability
5.0.0.0
See Also
Function Set
Defined in