Hi all,
i have to display the Folders and Files of an physical Path. Now I have to check each Folder, if the user, who ist logged in, has the permission to see the this Folder. The Foldernames build like this: Unique Number - Space - Name
I have to check, if the Unique Number is linked in the DB to the logged in User. If he has no permissions the Folder should not be displayed.
How can i do this. Is there a Folderlist on Serverside which i can access with "foreach", do my work and change the visibility of the folders?
Thank you for your help.
Christian