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

fzrt_file_get_size

Description

Gets the size of a file. The size of the file is in bytes.

Plugin Prototype

fzrt_error_td fzrt_file_get_size(

fzrt_floc_ptr

floc,

fzrt_unsigned_int *

size )

Parameters

floc [Input]

file locator. Location of file

size [Result]

Size of the file in bytes.

Returns

FZRT_NOERR on success, Otherwise, an error ID.

Availability

5.0.0.0

Function Set

fz_fzrt_file_fset


Defined in

fzrt_api.h