<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="online-fileio-test.aspx.cs" Inherits="EaseFilter.LicenseManager.online_fileio_test" %> Win32 file APIs online test--Track file access and change with filter driver

Win32 File APIs Online Test

Download EaseFilter Monitor, Control and Encryption Filter Driver SDK Setup File
Download EaseFilter Monitor, Control and Encryption Filter Driver SDK Zip File

Here you can test all the file IOs: Create or browse a directory, open or create a file, write data to a file, read data from a file, move or rename a file, delete a file, get or change the file attributes, file time or file size.

test.txt

RenameFile.txt

OPEN_ALWAYS( if exists,open,else create) CREATE_NEW(if not exists,create new,else fail) CREATE_ALWAYS(creates new file,always) OPEN_EXISTING(if exists,open,else fail) TRUNCATE_EXISTING(create new,set size to zero)

0

1024

ABCDEFGHIJKLMN

File Test Result

With File Monitor you can track the file access and change in Real-Time on file system level, capture all IOs including file creating, reading, writing, renaming, deleting. With File Protector, you can authorize the specific user or process to access the protected files, prevent the unathorized file access. With Encryption Filter, you can automatically encrypt/decrypt the file on-the-fly in kernel level.