show/hide this revision's text 2 added 313 characters in body

The

At the filesystem level the Win32 API has no root folder, but as others have pointed out the Shell API does, ie. the Desktop. The Shell namespace is browsed with the (graphical) shell, which happens to be Explorer.exe.

At a much lower level, the Windows kernel doesalso has a root folder, and the registry and filesystem are subfolders of it. This is relevant if you are writing a device driver. The Object Manager namespace can be browsed with a tool called WinObj.

show/hide this revision's text 1

The Win32 API has no root folder, but the Windows kernel does, and the registry and filesystem are subfolders of it. This is relevant if you are writing a device driver. The Object Manager namespace can be browsed with a tool called WinObj.