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

fzrt_file_get_char

Description

This will return the file character or string for folder separators and parent folders, useful for building full paths and relative paths.

Plugin Prototype

void fzrt_file_get_char(

fzrt_unsigned_int

which,

char *

sep )

Parameters

which [Input]

Which file character to get FZRT_DIR_SEP FZRT_DIR_PARENT

sep [Result]

C string containing character(s). Must be allocated by user

Availability

5.0.0.0

Function Set

fz_fzrt_file_fset


Defined in

fzrt_api.h