forked from darktable-org/lua-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
set_executable_path_preference
deekayhd edited this page Mar 29, 2026
·
1 revision
set_executable_path_preference
set a preference for the path to an executable
local df = require "lib/dtutils.file"
df.set_executable_path_preference(executable, path)executable - string - the name of the executable to set the path for
path - string - the path to the binary
set_executable_path_preference takes an executable name and path to the executable and registers the preference for later use.