FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

external_command · darktable-org/lua-scripts Wiki · GitHub

wpferguson edited this page Jun 14, 2020 · 1 revision

EXTERNAL_COMMAND

NAME

external_command

SYNOPSIS

pass a command to the operating system for execution and return the result

USAGE

local dsys = require "lib/dtutils.system"
local result = dsys.external_command(command)

command - string - a string containing the command and arguments to be passed to the operating system for execution.

DESCRIPTION

external_command passes a command to the operating system for execution and returns the results.

RETURN VALUE

result - number = the return value signalling success or failure.

Wiki pages Pages 49

Clone this wiki locally


Back | FazBrowse Home | New Git URL