11.15 ACIpsInst::FileOpen
LONG ACIpsInst::FileOpen(const SCString scsFile, const SCString scsMode, LONG lHandle)
Opens a file for reading and writing
Defined in: Acipsscr.cpp
|
Parameters
|
scsFile
Input FileName of file to open
scsMode
Input Mode to open file "w,r,a"
lHandle
Output Handle of open file
|
