Microsoft KB Archive/34337

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:55, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


MAC QB 1.00 README: CopyFile Moves Both Data and Resource Fork

Article ID: 34337

Article Last Modified on 1/8/2003



APPLIES TO

  • Microsoft QuickBasic Compiler for Macintosh 1.0



This article was previously published under Q34337

SUMMARY

The following statement needs 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

The following new Toolbox Library statement was added after the manual was printed:

   CopyFile sourceFile$,destName$
                

It copies the file with name sourceFile$ to destName$, and copies both the data and resource forks of the file.


Additional query words: MQuickB readme docerr

Keywords: KB34337