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

fzrt_file_floc_valid

Description

Tests whether the file locator is valid. A file locator is considered valid if it has been initialized and it's path or path and name have been set. The file or folder does not have to exist to be valid.

Plugin Prototype

fzrt_boolean fzrt_file_floc_valid(

fzrt_floc_ptr

floc )

Parameters

floc [Input]

source file locator

Returns

TRUE if file locator has been initialized and values have been set. , FALSE otherwise.

Availability

5.0.0.0

See Also

fzrt_file_floc_init, fzrt_file_floc_set_path_name, fzrt_file_floc_set_fullpath,

Function Set

fz_fzrt_file_fset


Defined in

fzrt_api.h