Returns information about the disk
Source position: amigados.pas line 1661
function Info( |
lock: LongInt; |
parameterBlock: pInfoData |
):LongBool; |
lock |
|
A lock on any file on the volume for which information should be supplied, or 0 |
parameterBlock |
|
pointer to the info |
Info() can be used to find information about any disk in use. lock refers to the disk, or any file on the disk. The parameter block is returned with information about the size of the disk, number of free blocks and any soft errors.