C
Charles Teel
I'm working on an app that will display a list of shared resources on
a PC connected to the TCP/IP network. I figured out how to get the
list of the shared folders and printers on a PC, but I can't figure
out how to differentiate between the two.
I'm using the DirectoryInfo.GetDirectories() method to get the list of
shared items (which returns the array of DirectoryInfo objects for the
shared items on the specified PC).
Any ideas?
Thanks in advance
a PC connected to the TCP/IP network. I figured out how to get the
list of the shared folders and printers on a PC, but I can't figure
out how to differentiate between the two.
I'm using the DirectoryInfo.GetDirectories() method to get the list of
shared items (which returns the array of DirectoryInfo objects for the
shared items on the specified PC).
Any ideas?
Thanks in advance