FS Tools

FileTest.exe



Description

FileTest application

The FileTest tool serves for interactive calling of Win32 and NT APIs working with file system (CreateFile, ReadFile, WriteFile, NtCreateFile). You can choose all parameters of e.g. CreateFile function by the mouse, then press the "CreateFile" button. The function will be called, application checks the return value and shows the operation result as text message.

Besides CreateFile, you can also read a file, write to a file, map file to memory etc. It is also useful to combine FileTest utility with the FileSpy.

What is supported

The current version supports the following APIs:

Source codes

Full source of the FileTest is available. The project is organized as workspace MS Visual Studio.NET 2005. If you want to build the project, follow these steps:

  1. Unpack the file to an empty folder
  2. Open the "FileTest" project
  3. Build the EXE.



Copyright (c) Ladislav Zezula 2008