Hello,

I am in search of some assistance with this code I am working on.

I have developed a Console Application with 2 CommandLine Args, Search Directory for Sacls and Display and search Directory for Sacls and Remove.

Now I have it set up where the user can input which directory and it works fine. Only problem is is only removes Sacls at the inputted Path. Meaning, any Subdirectories or recursive files do not get displayed or Sacls do not get removed.

I have been attempted to enter the code for Directory.GetDirectories, Directory.SearchOptions, etc. Cannot seem to gather the data for the Subs and Files as well.

Any assistance would be appreciated.

Thank You!