forked from darktable-org/lua-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
get_executable_path_preference
deekayhd edited this page Mar 29, 2026
·
1 revision
get_executable_path_preference
return the path to an executable from a preference
local df = require "lib/dtutils.file"
local result = df.get_executable_path_preference(executable)executable - string - the name of the executable to get the path for
get_executable_path_preference returns the path preference to the requested executable.
result - string - path to the executable
executable should be the basename of the executable without extensions