• Stars
    star
    248
  • Rank 158,461 (Top 4 %)
  • Language
    C++
  • License
    MIT License
  • Created about 10 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Source code for File Test - Interactive File System Test Tool

FileTest

Interactive File System Test Tool

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.

Interactive File System Test Tool

Build Requirements

To build FileTest, you need to have one of these build environments

  • Visual Studio 2017
  • Visual Studio 2008
  • WDK 6001
  1. Make a new directory, e.g. C:\Projects
md C:\Projects
cd C:\Projects
  1. Run the following batch script
git clone https://github.com/ladislav-zezula/Aaa.git
git clone https://github.com/ladislav-zezula/FileTest.git
cd FileTest
call make-msvc.bat