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

fzrt_file_floc_is_folder

Description

Checks if file locator is a folder. This will check whether the file locator represents a folder. If the file locator has not been assigned it will return FALSE. This will not determine existence of a folder. Setting the name of a file locator to an existing sub folder name will not be recognized as a folder locator. Instead, use .

Plugin Prototype

fzrt_boolean fzrt_file_floc_is_folder(

fzrt_floc_ptr

floc )

Parameters

floc [Input]

file or file locator

Returns

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

Availability

5.0.0.0

See Also

fzrt_file_floc_init, , fzrt_file_new_folder, fzrt_file_floc_get_crnt, fzrt_file_select_folder

Function Set

fz_fzrt_file_fset


Defined in

fzrt_api.h