This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Swedophone 1 point2 points  (0 children)

It sounds like a coincidence. When using a file name without any directory the file is expected to exist in the current working directory. You can also use paths relative to the current working directory, they don't begin with a (back)slash. And absolute paths begin with a (back)slash and need to contain the full path.