- { "..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..", /*false*/ true },
- // FIXME: should fail but it doesn't... looks like a bug in GetFileAttributes() win API
- { "c:", true },
- { "c:\\", true },
- { "c:\\\\", true },
- { "\\\\share\\file", false },
- { "c:\\a\\directory\\which\\does\\not\\exist", false },
- { "c:\\a\\directory\\which\\does\\not\\exist\\", false },
- { "c:\\a\\directory\\which\\does\\not\\exist\\\\", false },
- { "test.exe", false } // not a directory!
+ { "$MSW_DRIVE", true },
+ { "$MSW_DRIVE\\", true },
+ { "$MSW_DRIVE\\\\", true },
+ { "\\\\non_existent_share\\file", false },
+ { "$MSW_DRIVE\\a\\directory\\which\\does\\not\\exist", false },
+ { "$MSW_DRIVE\\a\\directory\\which\\does\\not\\exist\\", false },
+ { "$MSW_DRIVE\\a\\directory\\which\\does\\not\\exist\\\\", false },
+ { "test.exe", false } // not a directory!