Archive

Posts Tagged ‘File System’

How to Set List Folder Contents

July 21st, 2010 Richard No comments

This is a reminder for myself more than anything.

To set "List Folder Contents" on a folder you need to set:

FileSystemRights.ReadAndExecute

InheritanceFlags.ContainerOnly

PropagationFlags.None

 

The only difference between "List Folder Contents" and "Read & Execute" is that List Folder Contents is only inherited by folders rather than by folders and files.

Categories: Development Tags: ,