Originally posted by HazelWitcht
View Post
For example:
Or you could input full path for the file into Make Array node instead of Optional Working Directory:
Make sure to wrap the whole string with "" if your Array element path/name has any spaces in it. Otherwise Windows will split your command line argument into multiple arguments, separated where the spaces were.
Comment