Important: The information in this document is obsolete and should not be used for new development.
ClrAppFiles
You can use theClrAppFiles
procedure 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
TheClrAppFiles
procedure changes the Finder information passed to your application about the specified file so that the Finder knows you've processed the file. Theindex
parameter must be between 1 and the number returned byCountAppFiles
, inclusive. You should callClrAppFiles
for every document your application opens or prints, so that the information returned byCountAppFiles
andGetAppFiles
is always correct. TheClrAppFiles
procedure sets the file type in the Finder information to 0.