int Open(string sFileName, bool bCreate=false)
Return values
Non zero if the function is successful; otherwise 0, and a specific error code can be retrieved by calling global function GetLastError.
Parameters
Remarks
If bCreate is set to zero and the file do not exist this function will fail.