Code: Select all
FileStream stream = new FileStream("C:\\Documents and Settings\\***** *****\\Desktop\\Test Folder", FileMode.Open);

However, I can open another file with a different application, though it's in the same folder as the one that won't allow my program access.
Any solutions?