With c# Realize the simulation in memory of the simple file system, the entire f...
- 资源大小:790.57 kB
- 上传时间:2021-06-29
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
Windows核心
others
资 源 简 介
用c#实现的在内存中模拟的简易文件系统,整个文件系统可保存至硬盘。系统设计参照fat格式。文件系统提供的操作:
a) 格式化
b) 创建子目录
c) 删除子目录
d) 显示目录
e) 更改当前目录
f) 创建文件
g) 打开文件
h) 关闭文件
i) 写文件
j) 读文件
k) 删除文件
-With c# Realize the simulation in memory of the simple file system, the entire file system can be stored to the hard disk. System design with reference to fat format. File system operation to provide: a) format b) create a subdirectory c) delete the subdirectory d) show the directory e) Change the current directory f) create a file g) open the file h) close the file i) Write a document j) reading a document k ) delete files
文 件 列 表
src
Properties
extension_manager.ico
file_system.cs
file_system.csproj
file_system.suo
Form1.cs
Form1.Designer.cs
Form1.resx
Form_open_file.cs
Form_open_file.Designer.cs
Form_open_file.resx
Program.cs
doc
文件管理之大作业.doc