
[lua scripts api] created manual from embedded library documentation [lua api] created stub to contain lua api manual
603 B
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.