io_popen
🔗NAME
io_popen
🔗SYNOPSIS
wrapper around the lua io.popen function
🔗USAGE
local dsys = require "lib/dtutils.system"
local result = dsys.io_popen(command)
command - string - a command to execute and attach to
🔗DESCRIPTION
io_popen wraps the lua io.popen system call to provide correct sanitization of windows commands
🔗RETURN VALUE
see the lua io.popen documentation