If you create software, that needs direct access to the files or partitions of your disks (including hard drives and flash disks), you have probably faced the restrictions, imposed by Windows XP and later versions of Windows.
Windows XP prevents your from using raw access to disks if the application is run under restricted (non-administrative) account. Windows Vista, Windows 7 and Windows 8 don't allow you to access the disks from user-mode processes at all.
Both systems won't let you open the file, if it's exclusively opened by another application or if security settings (permissions) don't let you access the file.
RawDisk effectively solves this problem by providing a kernel-mode driver for use with your applications.
Using this driver you can read and write the data from/to the disk or opened files without any restrictions.
All you need to do is add two extra function calls to your application.
Related Searches: direct, raw, disk, file, access, locked, protected, inaccessible, read, write
Recent Changes: Windows 8 support
Functions to easily read and write disk sectors
Install Support: Install and Uninstall
Supported Languages: English
Additional Requirements: Not Established
|