QuickBasic Uses File Handles, Not File Control Blocks (FCBs) (36030)
This article was previously published under Q36030
SUMMARY
MS-DOS supports two distinct but overlapping sets of file and record
management services:
- File control blocks (FCBs) (introduced in MS-DOS Versions 1.x)
- File handles (introduced in MS-DOS Version 2.00)
The OPEN statement in the following products opens a file handle, not
an FCB: Microsoft QuickBasic Versions 1.00, 1.01, 1.02, 2.00, 2.10,
3.00, 4.00, 4.00b, and 4.50 for MS-DOS, Microsoft Basic Compiler
Versions 6.00 and 6.00b for MS-DOS, and Microsoft Basic PDS Version
7.00 for MS-DOS.
A QuickBasic or Basic compiler program can indirectly use FCBs by
calling an assembly language routine or DOS interrupts to perform the
FCB manipulations.
Modification Type: |
Minor |
Last Reviewed: |
1/9/2003 |
Keywords: |
KB36030 |
|