C-API | OP_EXTRA_FILE

Documentation Home Page RT-LAB Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

C-API | OP_EXTRA_FILE

Description

Describes an extra file to be transferred to or retrieved from the target execution directory.

Usage

typedef struct{

char pathName[256];

OP_FILE_TRANSFER_MODE type;

} OP_EXTRA_FILE;

Elements

  • pathName: Path and name of the file.

  • type: Indicates when to make transfer. See OP_FILE_TRANSFER_MODE.

Examples

None.

Related Items

OP_FILE_TRANSFER_MODE, OpalGetExtraFiles

Library and Header



WINDOWS

LINUX

Static Library

OpalApi.lib

-

Dynamic Library

OPalApi.dll

libOpalApi.so

Header File

OpalApi.h

OpalApi.h