Holy cow, I wrote a book!
Another round of the semi-annual link clearance.
Spaghetti! Spaghetti! The meal of Milan, With oregano and sourdough and veal parmesan. We eat it by night, we it it by day, We eat it at work, we eat it at play And we never get tired, No, we never get tired, Of the meal, Yes, the meal, From Milano.
And, as always, the obligatory plug for my column in TechNet Magazine:
But wait, there's still more. What if you want to access the real 64-bit system directory from a 32-bit process? File system redirection will take your attempt to access the C:\Windows\System32 directory and redirect it to the C:\Windows\SysWOW64 directory. Programmatically, you can use functions with unwieldy names like Wow64DisableWow64FsRedirection, but those disable redirection for all operations until re-enabled, which causes trouble if you're doing anything more complicated than opening a single file, because a complex operation may result in multiple files being accessed and possibly even worker threads being created. Instead of using a gross switch like disabling file system redirection, you can use the special C:\Windows\SysNative virtual directory. When a 32-bit process tries to access the C:\Windows\SysNative directory, the operations are redirected to the real C:\Windows\System32 directory. A local solution to a local problem.
Wow64DisableWow64FsRedirection
So for those of you looking for your Up One Level button, it's right there on the Address Bar. I've drawn a box around it so it's easier to see. ▶ Computer ▶ OS (C:) ▶ Windows ▶ Web ▶ Wallpaper
So for those of you looking for your Up One Level button, it's right there on the Address Bar. I've drawn a box around it so it's easier to see.