管理文件系统 [英] Managing the file system

查看:87
本文介绍了管理文件系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我必须做这个练习PLZ有人帮助我我不知道如何开始这个练习

锻炼





创建一个充当文件管理器的应用程序。该应用程序必须具有以下功能:

•查看文件夹,

•以表格形式显示有关文件/文件夹的信息,
$ b $b◦deumire,
$ b $b◦path,
$ b $b◦size,
$ b $b◦数据创建,
$ b $b◦数据最后修改,
•创建文件夹,

•重命名文件/文件夹的选项,

•复制文件/文件夹的选项

•移动文件/文件夹的选项

•删除文件/文件夹的选项。



您可以使用以下命令sfătuitm进行这些操作,此顺序:LIST,INFO,CREATE_DIR,RENAME,COPY,MOVE,DELETE。



在控制台中输入命令后,应用程序会显示有关已识别的订单(或如果订单错误,则无法识别并继续收集执行上述所有操作所需的信息

i must to do this exercise plz someone help me i don't know how to start this exercise
Exercise


Create an application that functions as file manager. The application must have the following functions:
• Reviewing folders,
• displaying information about files / folders in tabular form,
◦denumire,
◦path,
◦size,
◦data creation,
◦data last modification,
• Creating folders,
• option for renaming files / folders,
• option for copying files / folders full
• option for moving files / folders full
• Option to delete files / folders.

You use the following commands sfătuitm for these operations, in this order: LIST, INFO, CREATE_DIR, RENAME, COPY, MOVE, DELETE.

Once you enter a command in the console, the application displays about ordering recognized (or not recognized, if the order is wrong) and continues to collect information necessary to perform all the operations specified above

推荐答案

我们不做你的作业:这是有原因的。它就是为了让你思考你被告知的事情,并试着理解它。它也在那里,以便您的导师可以识别您身体虚弱的区域,并将更多的注意力集中在补救措施上。



亲自尝试,你可能会发现它不是和你想的一样困难!



如果遇到具体问题,请询问相关问题,我们会尽力提供帮助。但是我们不会为你做这一切!



所以从头开始,创建一个控制台应用程序。

Loop舍入,读取用户的一行,并将其与您给出的关键字列表进行比较。

然后你要做的就是依次实现每个命令。
We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!

If you meet a specific problem, then please ask about that and we will do our best to help. But we aren't going to do it all for you!

So start at the beginning, and create a console application.
Loop round, reading a line from the user, and comparing it to the list of "keywords" you have been given.
Then all you have to do is implement each command in turn.


这篇关于管理文件系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆