Navigation:  AlienAPI Basics > Command Tags >

#filehandler

Previous pageReturn to chapter overviewNext page

#filehandler name

This tells the program this is a file handler plug-in.  Name is the name of the plug-in.  File handler plug-ins are called when someone tries to open a file of a specified type.

 

Example:

       #filehandler         Example File Handler

       #fileext                 .png

       #extdesc                PNG Image Files

       #desc                        Example of how to register a file extension