Microsoft KB Archive/34341

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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