Introduction - If you have any usage issues, please Google them yourself
Consider a file directory. Each entry contains a 8 character name and a 3 character extension, the
number of blocks allocated to store it, the address of the first allocated block, and the date and
time of last update (year, month, day, hour, minute, second). You shall:
- Create a file directory.
- List the files in the directory in the ascending order of file names.
- List the files in the directory in the ascending order of their last update date and time.