Description: I prepared the file system simulation program. After running the program, in the left control panel can be formatted, open the directory file and preserve the existing directory document function, in the middle of the directory tree, you can select files or folders, rename, create, delete, etc. work, double-click the selected item to open the file directly. The entire disk space is divided to three parts: the index, FAT, and data block Block. File directory using a multi-level directory structure, and the establishment of the index.
File list (Check if you may need any files):
FileSystem
..........\debug
..........\.....\FidleSystem.exe
..........\.....\FileSystem.ilk
..........\FileSystem
..........\..........\BtnST.cpp
..........\..........\BtnST.h
..........\..........\Filedlg.cpp
..........\..........\Filedlg.h
..........\..........\FileSystem.aps
..........\..........\FileSystem.cpp
..........\..........\FileSystem.h
..........\..........\FileSystem.rc
..........\..........\FileSystem.vcproj
..........\..........\FileSystemDlg.cpp
..........\..........\FileSystemDlg.h
..........\..........\GetNameDlg.cpp
..........\..........\GetNameDlg.h
..........\..........\ReadMe.txt
..........\..........\res
..........\..........\...\32x32x16_Explore.ico
..........\..........\...\32x32x16_Text.ico
..........\..........\...\FileSystem.rc2
..........\..........\...\Open.ico
..........\..........\...\Razor_32x32x256.ico
..........\..........\...\Right6_32x32x256.ico
..........\..........\...\Search1.ico
..........\..........\...\Tools4.ico
..........\..........\Resource.h
..........\..........\stdafx.cpp
..........\..........\stdafx.h
..........\..........\Structures.cpp
..........\..........\Structures.h
..........\..........\WriteFileDlg.cpp
..........\..........\WriteFileDlg.h
..........\FileSystem.sln