Skip to content

FileTypeSpecification

jongretar@jongretar.com edited this page Oct 23, 2008 · 6 revisions
  1. summary Defines file types and their poperties.
  2. labels Specifications

Table of Contents

TOC

 * [#Introduction Introduction]
 * [#Parameters Parameters]
 * [#Example Example]

Introduction

Defines file types and their poperties.

Parameters

|| `Type` || string || Must Always be "FileType" || || `Identifier` || string || Unique Identifier || || `Name` || string || Name of the filetype || || `BasedOn` || string || File type this is based on || || `ComputerLanguage` || string || || || `Language` || string || || || `Class` || string || ||

|| `Extensions` || list || Extensions to recognize the file || || `MagicWord` || list || Sting inside the file to recognize the file || || `FilenamePatterns` || string || Regular expression to recognize the file || || `MIMETypes` || list || ||

Example

From the ASC Specifications

Clone this wiki locally