speedloha.blogg.se

Total commander plug in
Total commander plug in












total commander plug in

So, when using a plug-in designed for a newer version of TC with an older one, some functions are never called. As newer and newer versions of Total Commander are developed, the set of supported plug-in functions grows. Of course, there are no limitations on the Total-Commander-unrecognized functions a plug-in can export. Then, there are optional functions for downloading, uploading, deleting, renaming etc. For a file system plug-in, only four functions providing initialization and the list of files and directories are compulsory. The compulsory functions provide the very basic necessary functionality of a plug-in. There are only a few compulsory functions for each type of plug-in, and then there are plenty of optional functions. The set of functions that a plug-in must export is defined by the Total Commander plug-in interface. The library has the extensions wdx/wfx/wlx/wcx instead of DLL depending on which type of plug-in it represents. Packer plug-ins (WCX) Allows Total Commander to access - show, extract, pack, and manipulate contents of various types of archives (like CAB or MSI).Įach plug-in is created as a C DLL library which exports a defined set of functions. Lister plug-ins (WLX) Allows Total Commander to show contents of files of various types (like MP3, HTML etc.). File System plug-in (WFX) Allows Total Commander to access other file systems like Linux-formatted partitions, device file systems, or FTP servers. There are four plug-in types: Content plug-in (WDX) Allows Total Commander to show additional details of files (like ID3 track name, or Exif camera model) and use them for search or renaming. The author provides C header files for plug-in authors. The plug-in interface is designed for plug-ins written in C/C++. The Delphi compiler produces C-style executables and libraries. Total Commander itself is written in the Delphi (Object Pascal) language (unmanaged).

#Total commander plug in how to

This article describes how to write a Total Commander plug-in in a managed language (Visual Basic or C#), in general, and with special focus on File System plug-ins (WFX). One of the important features of Total Commander is the ability to be extended via plug-ins. It has the classic two-panes view known from Norton Commander from old DOS times, and supports many file operations. One of the most popular is Total Commander - a shareware file manager for Microsoft Windows. People who have the same feeling as me can choose of several alternative file managers.














Total commander plug in