Hello I have a vbscript and i am trying to send arguments into it. I have seen series of videos and related post but unfortunately its not working for me. Did anything change?
I am trying to pass a file path as a string and I am using WScript.Arguments(0) inside the script. I am certain the script works because when I hardcode the path inside the script, it works and does it job
it wont work if your filepath has whitespaces @MasterOfLogic
change your argument to this (in UiPath) to handle the spaces
pathname.Replace(" ",chr(34))