Can you use file.exists() to test whether a file exists in a directory that is NOT the working directory? To say it another way, can you use file.exists() while specifying a specific file path? I know it works to test the current working directory but I want to check a different directory.
If not, how could you test to see if a file exists in a directory other than the working directory?