ze-filter  (ze-filter-0.8.0-develop-180218)
xfilesdef.h
Go to the documentation of this file.
1 
2 static xfilesdef_T xfilesdef[] =
3 {
4  { "ade", "Microsoft Access project extension", "MS-UNSAFE"},
5  { "adp", "Microsoft Access project", "MS-UNSAFE"},
6  { "app", "Visual FoxPro Application", "OFFICE2000"},
7  { "bas", "Microsoft Visual Basic class module", "MS-UNSAFE"},
8  { "bat", "Batch file", "MS-UNSAFE"},
9  { "bin", "Binary File", "LOCAL"},
10  { "btm", "4DOS Batch To Memory Batch File", "LOCAL"},
11  { "chm", "Compiled HTML Help file", "MS-UNSAFE"},
12  { "cmd", "Microsoft Windows NT Command script", "MS-UNSAFE"},
13  { "com", "Microsoft MS-DOS program", "MS-UNSAFE"},
14  { "cpl", "Control Panel extension", "MS-UNSAFE"},
15  { "csh", "Unix shell extension", "OFFICE2000"},
16  { "dll", "Dynamic Link Library", "LOCAL"},
17  { "drv", "Device Driver", "LOCAL"},
18  { "exe", "Program", "MS-UNSAFE"},
19  { "fxp", "Visual FoxPro Compiled Program", "OFFICE2000"},
20  { "hlp", "Help file", "MS-UNSAFE"},
21  { "hta", "HTML program", "MS-UNSAFE"},
22  { "inf", "Setup Information", "MS-UNSAFE"},
23  { "ini", "Initialization/Configuration File", "LOCAL"},
24  { "ins", "Internet Naming Service", "MS-UNSAFE"},
25  { "isp", "Internet Communication settings", "MS-UNSAFE"},
26  { "js", "JScript file", "MS-UNSAFE"},
27  { "jse", "File Encoded Javascript", "LOCAL"},
28  { "ksh", "Unix shell extension", "OFFICE2000"},
29  { "lnk", "Shortcut", "MS-UNSAFE"},
30  { "mdb", "Microsoft Access program", "MS-UNSAFE"},
31  { "mde", "Microsoft Access MDE database", "MS-UNSAFE"},
32  { "mdt", "Microsoft Access Workgroup Information", "OFFICE2000"},
33  { "mdw", "Microsoft Access Workgroup Information", "OFFICE2000"},
34  { "msc", "Microsoft Common Console document", "MS-UNSAFE"},
35  { "msi", "Microsoft Windows Installer package", "MS-UNSAFE"},
36  { "msp", "Microsoft Windows Installer patch", "MS-UNSAFE"},
37  { "mst", "Microsoft Visual Test source files", "MS-UNSAFE"},
38  { "ops", "Office XP settings", "OFFICE2000"},
39  { "pcd", "Photo CD image, Microsoft Visual compiled script", "MS-UNSAFE"},
40  { "pif", "Shortcut to MS-DOS program", "MS-UNSAFE"},
41  { "prg", "Visual FoxPro Program", "OFFICE2000"},
42  { "reg", "Registration entries", "MS-UNSAFE"},
43  { "scr", "Screen saver", "MS-UNSAFE"},
44  { "sct", "Windows Script Component", "MS-UNSAFE"},
45  { "shb", "Shell Scrap object", "MS-UNSAFE"},
46  { "shs", "Shell Scrap object", "MS-UNSAFE"},
47  { "sys", "System Device Driver", "LOCAL"},
48  { "url", "Internet shortcut", "MS-UNSAFE"},
49  { "vb", "VBScript file", "MS-UNSAFE"},
50  { "vbe", "VBScript Encoded script file", "MS-UNSAFE"},
51  { "vbs", "VBScript file", "MS-UNSAFE"},
52  { "vxd", "Virtual Device Driver", "LOCAL"},
53  { "wsc", "Windows Script Component", "MS-UNSAFE"},
54  { "wsf", "Windows Script file", "MS-UNSAFE"},
55  { "wsh", "Windows Script Host Settings file", "MS-UNSAFE"},
56  { "xmf", "Windows Metafile", "LOCAL"},
57  {NULL, NULL, NULL}
58 };
59