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

fzrt_file_floc_set_fullpath

Description

Sets the file locator from a full path string. The full path includes the filename, and must be in the format of the native operating . Windows uses backslash character as the folder separator, Macintosh uses the colon character as the folder separator.

Plugin Prototype

fzrt_error_td fzrt_file_floc_set_fullpath(

fzrt_floc_ptr

floc,

char *

path )

Parameters

floc [Result]

file locator. User must initialize.

path [Input]

full pathname as C strings

Returns

FZRT_NOERR on success, Otherwise, an error ID.

Availability

5.0.0.0

See Also

fzrt_file_floc_init

Function Set

fz_fzrt_file_fset


Defined in

fzrt_api.h