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

fzrt_file_floc_get_name

Description

Gets the name associated with the file or folder.

Plugin Prototype

fzrt_error_td fzrt_file_floc_get_name(

fzrt_floc_ptr

floc,

char *

name,

fzrt_unsigned_int

maxlen )

Parameters

floc [Input]

pointer to a file or folder

name [Result]

buffer that receives the name of file/folder, if successful. Must be allocated by caller.

maxlen [Input]

size of buffer in name parameter

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