formZ SDK | 5.0 API Reference | System | File Search Paths

fz_file_path_type_enum

Description

Type of path.
These types determine how the path.

enum fz_file_path_type_enum {

FZ_FILE_PATH_TYPE_ABS,

FZ_FILE_PATH_TYPE_REL_APPL,

FZ_FILE_PATH_TYPE_REL_VTVS,

FZ_FILE_PATH_TYPE_REL_USERDOC };

Members

FZ_FILE_PATH_TYPE_ABS

The path is an absolute path.

FZ_FILE_PATH_TYPE_REL_APPL

The path is relative to the application folder.

FZ_FILE_PATH_TYPE_REL_VTVS

The path is relative to the current project.

FZ_FILE_PATH_TYPE_REL_USERDOC

The path is relative to the user documents folder.

Availability

7.0.0.0

Defined in

fz_file_paths_api.h