1FileEntry fileentry = this.fileList.Find(f => f.FileName == Path.GetFileName(file));
just a way to search a list via the attributes of the objects stored there. will work in c# 3.0 and above