-
Notifications
You must be signed in to change notification settings - Fork 114
set_executable_path_preference
wpferguson edited this page Jun 14, 2020
·
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.