Syntax
| FOpen(filename$, accessmode%, sharemode%)
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Description
| Opens a text- or binary file using the special Fast I/O Functions. These special function all begin with a capital ‘F’. Instead of assigning a filenumber to a file to be opened (like with the Open statement), this function returns a DOS handle, which is needed for further use with the other Fast I/O Functions.
NOTE: If the file does not yes exist, you should first use the FCreate statement.
| ||||||||
See Also
| |||||||||
Example
|
|