Open Data Member Function

Opens the file using the specified mode and direction.

Prototype

int32 Open( int32 p_eIOMode, int32 p_eIODirection )

Parameters

Parameter Type Parameter Name Documentation
int32p_eIOModeThe IO mode. Refers to the IO_Mode enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.
int32p_eIODirectionThe IO direction. Refers to the IO_Direction enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.