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

fzrt_file_is_locked

Description

Returns the locked (read-only) state of a file.

Plugin Prototype

fzrt_error_td fzrt_file_is_locked(

fzrt_floc_ptr

floc,

fzrt_boolean *

locked )

Parameters

floc [Input]

file locator

locked [Result]

true if file is locked, false if it is not locked

Returns

true if locked, false if not locked.

Availability

5.0.0.0

Function Set

fz_fzrt_file_fset


Defined in

fzrt_api.h