formZ SDK | 5.0 API Reference | System | Plugin Manager (FZPL)
Description
Gets the plugin file's floc. This function gets the floc for the plugin whose entry point
function ( fzpl_plugin_entry_func) has been called.
IMPORTANT NOTE: This function is only valid within the plugin's entry point. If the file's
floc is needed at other times, use in the fzpl_plugin_query_fset function set.
Plugin Prototype
fzrt_error_td fzpl_plugin_file_get_floc(
floc ) |
Parameters
floc [Result]
The plugin file's floc.
Returns
FZRT_NOERR on success.
An error otherwise.
Availability
5.0.0.0
Function Set
Defined in