NSFileManager * FileManager = [NSFileManager defaultManager];NSArray * Paths = NSSearchPathForDirectoriesInDomains (NSDocumentDirectory, NSUserDomainMask, YES);
// Факсимильный файл * * .txt для подготовительного файла NSDirectoryEnumerator * DirFile = [FileManager enumeratorAtPath]:
IFileTxt = [[NSMutableArray alloc] init];Файл NSString *;while ((file = [DirFile nextObject])) {
//In your case you need to test substring = "ZZ"
if ([[file pathExtension] isEqualToString: @"txt"]){
[FileManager removeItemAtPath:[NSString stringWithFormat:@"%@/%@",[Paths objectAtIndex:0],file] error:nil];
}
}
[выпуск IFileTxt];