You can use the cd
command to change the current working directory to the location where you downloaded the file. Here's an example code snippet:
main.m161 chars6 lines
Replace 'C:\Downloads'
with the actual path to the directory where you downloaded the file.
Alternatively, you can specify the full path to the file in your code, like this:
main.m30 chars2 lines
In this case, you don't need to change the working directory.
gistlibby LogSnag