home *** CD-ROM | disk | FTP | other *** search
- LABEL.DCU
-
- Ever need to read, write or delete diskette or hard drive
- volume labels. This non-visual Delphi component does the trick.
- Install the component in Delphi 1.0, including the help file
- in the same directory. Drop the component on the form and use
- any of the functions like normal method calls.
-
- If you are having difficulty be sure to install the Help file
- (LBLDLG.HLP) and consult your users manuals.
-
- *****************************
- function ReadVolume( drive : string ): string;
- example:
- Edit1.Text := ReadVolume( 'A:' );
-
- function WriteVolume( vol : string : integer;
- example:
- WriteVolume( 'A:\DISK 1' );
-
- function DeleteVolume( drive : string ) : integer;
- example:
- DeleteVolume( 'A:' );
-
- You must delete the existing volume label before writing a new label.
- *****************************
-
- the component is shareware. Register online with GO SWREG,
- Reg. ID# 9471 for $10 U.S. or
- send a check or money order to:
-
- Software Conceptions, Inc
- 4352 Dobie Rd
- Okemos, MI 48864
-
- All registered users will receive customer support.
-
-
- *********************
- Packing List
- *********************
- LBLDLG.DCU
- lbldlg.dcr
- readme.txt
- DOSUTIL.DCU
- LBLDEMO.RES
- DEMO1.DFM
- demo1.pas
- lbldemo.DPR
- LBLDEMO.opt
- DEMO1.DCU
- HELP
- LBLDLG.HLP
- lbldlg.PAS
- dosutil.PAS
-