Not sure what you are trying to do. The files and folders are not tied to
users/groups other than the acls (permissions). I'm sure there is a way to
programmatically retrieve the acl list given the folder/file name, but you'd
have to log it to a database or text file, manipulate it to sort out
duplicates, and when you were done what would you have? Just a list of
users. You can get that by exporting from ADUC. If you wrote it to a
database, you could probably generate a report that spat out a list of users
and all of the folders thay had permissions to, type of permissions, etc.
But it'd take a good bit of code at several levels to do all that.
....kurt