How to Set List Folder Contents

21 July, 2010

How to Set List Folder Contents

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.

Richard Willis

Written by

Copyright © 2023 SalamanderSoft Limited