I need a method to determine the servoy application’s directory. Should be easy, I know, but I can’t see how to do this with the available file functions
Antonio, you can use the tools plugin for that. Servoy Components – Plugins, Beans, Web Components, Angular Services & Servoy Developer Consulting
Ah yes! Thanks for creating it! Lots of good stuff in there that I’m now becoming familiar with.
You’re welcome!
You can also use this Java command:
var installdir = java.lang.System.getProperty("user.dir")