formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | File

fzrt_file_floc_is_file

Description

Checks if file locator is a file. This will check whether the file locator represents a file. If the file locator has not been assigned it will return FALSE. This will not determine existence of a file. A file locator is assumed to be a file if the name has been set with a call to .

Plugin Prototype

fzrt_boolean fzrt_file_floc_is_file(

fzrt_floc_ptr

floc )

Parameters

floc [Input]

file or file locator

Returns

TRUE if floc identifies a file, FALSE if it is not a file.

Availability

5.0.0.0

See Also

fzrt_file_floc_init,

Function Set

fz_fzrt_file_fset


Defined in

fzrt_api.h