using System; namespace TriLib.Samples { public enum ItemType { ParentDirectory, Directory, File } }