Navigation:  AlienAPI Basics > Command Tags >

#fileext

Previous pageReturn to chapter overviewNext page

#fileext extension

For file handler plug-ins, this lets you define a file extension to handle.  extension is the file extension with preceding period, such as ".xml" or ".dat".

 

Example:

       #filehandler         Example File Handler

       #fileext                 .png

       #extdesc                PNG Image Files

       #desc                        Example of how to register a file extension