Soluling home   Document home

Source

File bindings

A file binging attaches a file parser to a file extension. Each parser has the default bindings. For example, the .NET assembly parser has ".exe" and ".dll" bindings. The same extension can be bound to several parsers. For example ".exe" file is bound to .NET assembly, Delphi, and Visual C++ parsers. Normally you do not have to edit bindins because we have already added the most typical bindings. However, if you use some proprietary file extension (e.g., ".myt" for your XML files), you should add a binding. This way, Soluling can automatically use the specified parser for your file type.