I have a file in my project directory that I want to run a script on:
myproject\file1
The script is in myproject\src\script
.
When I go to run configurations -> arguments
tab and put file1
, I get an:
IOError: No such file or directory: 'file1'
What am I doing wrong?