External modules

Far Manager Macro System

External modules


Lua modules can be placed in %FARPROFILE%\Macros\modules and its subdirectories, as
%FARPROFILE%\Macros\modules\?.lua;%FARPROFILE%\Macros\modules\?\init.lua;
is automatically added to package.path.

Binary modules (DLL) can be placed in %FARPROFILE%\Macros\lib32 and %FARPROFILE%\Macros\lib64 and their subdirectories as those paths are automatically added to package.cpath.