RootTools
RootTools copied to clipboard
Request: Allow to get an InputStream from the addCommand callback
Suppose I have a file that I wish to read using an inputSteam, but it's in a protected place, how can I do it? I know I can copy the file and then read it, but I wish to avoid it.
Also, is it possible to get an inputStream from the output of the commands?