Skip to content

set_executable_path_preference

wpferguson edited this page Jun 14, 2020 · 1 revision

SET_EXECUTABLE_PATH_PREFERENCE

NAME

set_executable_path_preference

SYNOPSIS

set a preference for the path to an executable

USAGE

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

DESCRIPTION

set_executable_path_preference takes an executable name and path to the executable and registers the preference for later use.

Clone this wiki locally