Documentation says:
Set the Engine value to the appropriate Active Script engine Prog Id that will be used to run the script. Two script engines are listed in the drop down, JScript and VBScript, but any installed script engine can be specified.
I want to use powerful C# language instead of dated JScript or VBScript. How to install script engine for C#?
File Locator is pure Windows application, it doesn't provide any versions for Mac or Linux, but way ahead of its competition in file search on Windows. And on Windows, the main programming technology is .NET Framework, and File Locator dutifully provides .NET class library for customers.
Why then when it comes to plug-in technology, which is vitally important to customize searches, we are limited to use JScript or VBScript? JScript is not supported by Visual Studio any longer, stopped in VS 2010. I can't debug JScript code. It is a scripting tech around obsolete COM/ActiveX, so it is slow. We need a way to plug in .NET assemblies to customize searches. Advantages:
.NET is fast. Scripting is slow
I have full support from Visual Studio to build and debug .NET code
I can call my normal business assemblies if I need more specific things (maybe even databases?)
Huge and excellent .NET Framework is at my disposal.
You can use .NET Reflection to plug-in third party assemblies with some specific well defined interfaces. Have a look at a couple of products from TechSmith that implement macros in .NET, for instance ClipboardFusion: https://www.clipboardfusion.com/Features/Macros/
File Locator is more than just a search utility, it is a platform for advanced searches in Windows file system. Hope you would consider .NET plug-in tech to develop File Locator Pro further.