luadocs/content/lua.scripts.api.manual/dtutils.file/set_executable_path_preference.md
Bill Ferguson b69d752221 [lua scripts] created manual from script comments
[lua scripts api] created manual from embedded library documentation

[lua api] created stub to contain lua api manual
2020-12-12 15:14:19 -05:00

603 B

title id weight draft author
set_executable_path_preference set_executable_path_preference 180 false people

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.