Opens the file using the specified mode and direction.
int32 Open( int32 p_eIOMode, int32 p_eIODirection )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | p_eIOMode | The IO mode. Refers to the IO_Mode enumeration. Please see APP_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information. |
| int32 | p_eIODirection | The IO direction. Refers to the IO_Direction enumeration. Please see APP_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information. |
None published. Please look for an example in the Simdify Scripting Language code base.