basic.%open.apdos
Opens an MS-DOS file for reading or writing.
Syntax
file.handle=%open( file.name, fflgs, eflgs )
Description
opens an existing MS-DOS file or creates a new MS-DOS file specified by 'file.name' with the specified 'fflgs' and 'eflgs'.
Valid 'fflgs' and 'eflgs' are defined in the item 'dm,bp,dos fcntl.h'. For additional information refer to the MS-C library reference manual for OPEN().
Should an error condition occur during this C function, the 'system(0)' function contains the associated error message number.
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
