Microsoft KB Archive/34341

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 14:14, 21 July 2020 by X010 (talk | contribs) (Text replacement - "&" to "&")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


MAC QB 1.00 README: GetCatInfo & GetFCBInfo; GetPathName Demo

Article ID: 34341

Article Last Modified on 11/21/2006

This article was previously published under Q34341

SUMMARY

The following statements need to be added to Appendix E of the "Microsoft QuickBasic 1.00 Basic Language Reference." This information was taken from the README file from the release disk.

E.10.2 Toolbox Library Statement Reference

   DIM IOPB%(128)
   GetCatInfo IOPB%(0),FileName$[,DirID&][,VolRefNum%] [,DirIndex%]
   GetFCBInfo IOPB%(0),FileName$[,ioRef%][,VolRefNum%] [,FCBIndex%]
                

For more details of these calls, please see the "GetPathName" demo on the Examples Disk or "Inside Macintosh" Volume 4 (written by Apple Computer, published by Addison-Wesley).


Additional query words: MQuickB readme docerr

Keywords: KB34341