ClrAppFiles
You can use theClrAppFilesprocedure to notify the Finder that you have processed the information about a file selected for opening or printing at application startup.
PROCEDURE ClrAppFiles (index: Integer);
index- The index of the file whose information is to be cleared.
DESCRIPTION
TheClrAppFilesprocedure changes the Finder information passed to your application about the specified file so that the Finder knows you've processed the file. Theindexparameter must be between 1 and the number returned byCountAppFiles, inclusive. You should callClrAppFilesfor every document your application opens or prints, so that the information returned byCountAppFilesandGetAppFilesis always correct. TheClrAppFilesprocedure sets the file type in the Finder information to 0.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help