Microsoft KB Archive/34341: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - "&" to "&")
 
Line 12: Line 12:
<div id="TitleRow">
<div id="TitleRow">


= <span id="KB34341"></span>MAC QB 1.00 README: GetCatInfo &amp; GetFCBInfo; GetPathName Demo =
= <span id="KB34341"></span>MAC QB 1.00 README: GetCatInfo & GetFCBInfo; GetPathName Demo =




Line 37: Line 37:


<pre class="codesample">  DIM IOPB%(128)
<pre class="codesample">  DIM IOPB%(128)
   GetCatInfo IOPB%(0),FileName$[,DirID&amp;][,VolRefNum%] [,DirIndex%]
   GetCatInfo IOPB%(0),FileName$[,DirID&][,VolRefNum%] [,DirIndex%]
   GetFCBInfo IOPB%(0),FileName$[,ioRef%][,VolRefNum%] [,FCBIndex%]
   GetFCBInfo IOPB%(0),FileName$[,ioRef%][,VolRefNum%] [,FCBIndex%]
                 </pre>
                 </pre>

Latest revision as of 14:14, 21 July 2020

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