You can use this tool for testing, debugging and learning Windows FileSystem Apis.
If you use this tool with Process Monitor, you can understand how Windows FileSystems internally works.
To build FileTest, you need to have one of these build environments
- Visual Studio 2017
- Visual Studio 2008
- WDK 6001
- Make a new directory, e.g. C:\Projects
md C:\Projects
cd C:\Projects
git clone https://github.com/ladislav-zezula/Aaa.git
git clone https://github.com/ladislav-zezula/FileTest.git
- Go to C:\Projects\FileTest
cd C:\Projects\FileTest
- Build FileTest by your favorite build environment. Supported are Visual Studio 2017 (use
FileTest_vs17.bat
), Visual Studio 2008 (useFileTest_vs08.bat
) or Windows Driver Kit (usemake.bat
).
FileTest_vs17.bat