 | 

























  |  | CreateFile | METHOD | CREATEFILE | | Description | Creates the file nominated in Object, opens it and returns the handle in Param1. Equivalent of OsOpen | | | | | OBJECT | The full path and name of the file to create | | PARAM1 | The handle of the created file - note that if you do not intend to use the file you should close the handle using CloseFile. | | PARAM2 | n/a | | PARAM3 | n/a | | PARAM4 | n/a | | PARAM5 | n/a | | ERRORTEXT | Any error message | | | | | Code sample | RetVal = zz_Utility_Dll("CREATEFILE", "\\compaqwin2000\c\here is a long file name for testing.txt", handle)
RetVal = zz_Utility_Dll("CLOSEFILE",handle) | | Screen dump |  |

|  | |  |  |