formZ SDK | 5.0 API Reference | Project | File Formats

fz_file_create

Description

Creates a file.

Plugin Prototype

fzrt_error_td fz_file_create(

fzrt_floc_ptr

floc,

fzrt_int

ftype,

fzrt_int

creator )

Parameters

floc [Input]

The file to create.

ftype [Input]

the Macintosh file type of the file.

creator [Input]

the Macintosh file creator of the file.

Returns

FZRT_NOERR on success.
An error otherwise.

Availability

5.0.0.0

Function Set

fz_ffmt_fset


Defined in

fz_ffmt_api.h