资 源 简 介
Introduction
NTFS Reader is the project assignment for our Operation System course in April, 2004. This project investigated the structure of New Technology File System (NTFS) used in Windows NT, Windows 2k/XP. The program, developed in Turbo Pascal 7.0 for DOS, could find all NTFS partitions in DOS mode and allows users to traverse directory tree on a NC-like style GUI.
Although the source code is quite outdated, it may be useful for ones want to learn NTFS structure by a real example.
Authors
Ngo Trong Canh (canhnt): implemented core modules, retrieve NTFS structure and get file system tree
Nguyen Minh Anh: implemented NC-like style GUI modules.