namespace QVCopier.Utility.FindFile { public enum FINDEX_INFO_LEVELS { FindExInfoStandard = 0, FindExInfoBasic = 1 } }