vote up 0 vote down star

I need to know if a folder is accessible to other computers on the network, so the first part of this is checking if the folder is shared accross the network. As the folder I'm checking may be a sub-folder, I can't just iterate across shared folders on the computer to check if one of them points to my folder unless WMI allows me to check this?

Ideas?

I guess I should specify a bit more, I don't need to know if this is a shared folder, I need to know if this folder is shared. I.e. More than likely, this folder itself will not be a "shared folder" but will be a subdirectory under a shared folder.

flag

2 Answers

vote up 1 vote down

This MSDN article explains how. Just check to see if the folder's name appears in the list of shared folders returned in the example.

link|flag
See updated question – Fry Oct 9 '08 at 17:49
vote up 1 vote down

Duplicate
see this. I Saw this on the right side in "related questions" :-)

link|flag
I also see this in the right side, but I don't think that post answers my question completely – Fry Oct 7 '08 at 19:38

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.