formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | File
Description
Makes a copy of the source file locator in the destination file locator. The destination file locator must be initialized before calling this function.
Plugin Prototype
fzrt_error_td fzrt_file_floc_copy(
src_floc, | |
dst_floc ) |
Parameters
src_floc [Input]
source file locator
dst_floc [Input, Result]
pointer to an initialized file locator that receives the copy of the source file locator
Returns
FZRT_NOERR on success, Otherwise, an error ID.
Availability
5.0.0.0
See Also
Function Set
Defined in