How do I get this to work, please? List <string> LevelOneDirs = new List <string>(); The error this yields is: Expected `class', `delegate', `enum', `interface', or `struct'(CS1518) Thanks for any help, Joh