Folder with files shows as empty

Posted by ProfKaos on Super User See other posts from Super User or by ProfKaos
Published on 2010-12-02T06:52:32Z Indexed on 2011/03/17 0:12 UTC
Read the original article Hit count: 162

Last night I create a new project in Visual Studio 2010, in the folder c:\development\hobby\devices. When I navigate to that folder in a new instance of Windows Explorer, I get the 'This folder is empty.' message in the files pane.

If I then, from within Visual Studio, issue the "Open containing folder command", explorer opens to the folder c:\development\hobby\devices\LoopBack, where loopback is a project under the main folder. If I paste that path into another new instance of explorer, explorer correctly opens c:\development\hobby\devices.

How is this possible?

SOLVED: This is what comes of typing paths instead of selecting them. Some elementary detective work yielded the following interesting results:

C:\>dir dev*.
 Volume in drive C is OS
 Volume Serial Number is E4B4-0563

 Directory of C:\

2010/11/28  09:20 PM    <DIR>          Development
2010/12/01  08:57 PM    <DIR>          Develpment
2010/11/02  06:31 PM    <DIR>          DevTools
               0 File(s)              0 bytes
               3 Dir(s)  63 965 368 320 bytes free

Where my disappearing project was in the badly spelt one.

© Super User or respective owner

Related posts about windows-7

Related posts about windows-explorer