DirectoryInfo

  • Thread starter Thread starter ralphd42
  • Start date Start date
R

ralphd42

is there any way to get information about whether a folder is shared,
and who it is shared to and who has permissions to a folder using c#.
Directory and Directory info both don't seem to contain this
information.

thanks in advance

Ralph
 
Thanks Winista,
yes that did help point me in the right direction.
Looks like I will need to make many API calls to get this going though.
 
Back
Top