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

fzrt_file_floc_compare

Description

Compares two file locators for inequality. If either file locator is invalid or uninitialized, they are considered not equal. File locators are considered equal if they have the same name and are located in the same folder.

Plugin Prototype

fzrt_boolean fzrt_file_floc_compare(

fzrt_floc_ptr

floc1,

fzrt_floc_ptr

floc2 )

Parameters

floc1 [Input]

source file locator

floc2 [Input]

second file locator

Returns

TRUE if they are different, FALSE if they are the same.

Availability

5.0.0.0

Function Set

fz_fzrt_file_fset


Defined in

fzrt_api.h