public void Delete() { try { if (File.Exists(FullPath)) { File.Delete(FullPath); } } catch { } try { fileIndex.DeleteIndexFile(); } catch { } }