/* 档案展示的资料后,从根目录读书 */
printf(" 任何档案. 一开始推广filenamefilesize \n\n");
for(i=1;i<16;i++)
{
printf("\n %5d %8.8s %3.3s %5u %10lu ",
i, one.entry[i].filename, one.entry[i].extension,
one.entry[i].starting_cluster, one.entry[i].file_size);
}
//// 获得用户输入删除档案 \\\\
printf("\n\n 进入档案数量,要彻底扫除,删除 ");
scanf("%d", &i);
if(i<1 || i>15)
{
printf(" \"%d\" 是一个无效的选择::::新闻任何关键出境 ", i);
getch();
exit(1);
}
///// 首先确认,然后继续进行 \\\\\\
printf("\n 你要彻底取消,档案 \"%.8s.%s\"",
one.entry[i].filename,
one.entry[i].extension);
printf("\n 您希望继续::(Y/N) ");
switch(getche())
{
case 'y':
case 'Y':
break;
default:
exit(0);
}
Sample Chapters from book DATA RECOVERY WITH AND WITHOUT PROGRAMMING by Author Tarun Tyagi, translated using machine translation. See original English contents on Data recovery book pages. |
|
Publishers of the Book
Number of Pages
ISBN
Price of the Book
|
BPB Publications, New Delhi, India
540
81-7656-922-4
$69.00 (Including Shipping Charges, Cost of Book and Other expenses, Free Source Code CD included with the Book)
|
 |
|
|