Mehmet Efe
Mehmet Efe
The pattern matching works very well with "dir.readFiles()" but couldn't figure it out for dir.files(). The exclude and include examples do not seem to be supporting glob-like matching or regex....
Is it possible to use match pattern in folder or subfolder names similar to readFiles? Here is an example file structure: ``` topFolder/ -- myFiles/ ---- file1.txt ---- file2.txt --...
``` rdp({ address: hostname, username: user, password: password, launch: '%windir%\\system32\\notepad.exe' }).then(function() { console.log(' RDP CONNECTION ENDED!'); }); ``` This code does not execute Notepad. Hardcoding the path doesn't change the...