Languages Delphi & Kylix Delphi Files/ File Controls/ Input/ Output  

Raw Disk Access

download download  
important code information
author:
Tom Honaker
minimum requirements:
Raw Disk Access description

RDA makes direct, low-level, byte-precise reads and writes to mass-storage devices easy. No need to have to deal with DOS interrupt calls or any such nonsense - RDA takes care of all the behind-the-scenes work for you. RDA also handles the variations in access methods needed by different Windows versions. RDA can read from or write to any specific sector on a logical drive. And if that's not easy enough, there's even a nonvisual frontend component that makes RDA appallingly easy to use - pick drive/first sector/how many sectors to read, call one procedure to perform the actual read, read data from a property. RDA is based on and inspired by a Delphi unit file called VWIN32, written by Geir Wikran, and incorporates portions of VWIN32 directly. As such, RDA is released under the same licensing terms as VWIN32 - free for personal or commercial use as long as the source itself is never sold or misrepresented. PLEASE NOTE: The RDA distribution includes a demo application which requires the TMPHexEditor/TMPHexEditorEx components package by Markus Stephany.


File List:
demo_app/0b
demo_app/MainUnit.dcu16Kb
demo_app/MainUnit.ddp51b
demo_app/MainUnit.dfm10Kb
demo_app/MainUnit.pas17Kb
demo_app/RawDiskAccess.dcu28Kb
demo_app/RawDiskAccess.pas57Kb
demo_app/RawDriveAccess.cfg2Kb
demo_app/RawDriveAccess.dof4Kb
demo_app/RawDriveAccess.dpr315b
demo_app/RawDriveAccess.drc29Kb
demo_app/RawDriveAccess.exe625Kb
demo_app/RawDriveAccess.res2Kb
readme.txt12Kb
source/0b
source/RawDiskAccess.pas57Kb
source/RawDiskAccessAbout.dfm6Kb
source/RawDiskAccessAbout.pas1Kb
source/RawDiskAccessComponent.dcr500b
source/RawDiskAccessComponent.pas23Kb
source/RawDiskAccess_D7.dpk1Kb
source/RawDiskAccess_D7.drc345b
source/RawDiskAccess_D7.res2Kb
source/rda_about.bmp406b

Similar code
JS-Txt Man - A File Editor (Popularity: ) : This is an editor for Text, HTML, SHTML, CSS, ASP and PHP Files. It doesn't have any formatting features, it is just a basic editor that works slightly differently to the text editors like Notepad. You select what you want ...
Camouflage (Popularity: ) : This code hide (put) a file behind another one, so when you want to see it you can only see the file above. The result file contain the same properties such as icon,etc. The only change is its properties.
bulk file renamer (Popularity: ) : Add text to multiple filenames simultaneously. Read the instructions included.
The FIMA (File Manager) routines (Popularity: ) : I have been using Delphi for several years in writing software for clients and have developed some routines that I have found useful in many of these applications. The applications are mostly databases in which the user did not want ...
READING INF (Popularity: ) : Well this just shows you how to read INF files its pretty simple i didnt comment much as i never do but you should be able to learn somthing .
Recent Files List (Popularity: ) : I decided that after not being able to find any good examples of how to handle a recent files list as in Winzip or MS-Word, that I would make my own one... This example shows how to store a list ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 40
version
size in Kb 395
popularity   1039/7913373
user rating 7/10
ad


New Code
Popular Code