Is it possible to "Network" or "My Computer" as InitialDirectory Folderitem?

Is it possible to “Network” or “My Computer” as InitialDirectory Folderitem on windows?

I know that exists SpecialFolder.NetworkPlaces but it doesn’t show computers connected to the network.

Dim dlg As New SelectFolderDialog
Dim f2 as new FolderItem("//", FolderItem.PathTypeAbsolute) 
dlg.InitialDirectory = f2

I also probed with this, and It opens me one of the network drives.
I dunno if is it possible.

Thanks.
:smiley:

I don’t think so. A FolderItem is only capable of representing what’s on disk and not a more generic shel item.