Unit 'amigados' Package
[Overview][Constants][Types][Procedures and functions][Index] [#os4units]

Info

Returns information about the disk

Declaration

Source position: amigados.pas line 2443

function Info(

  Lock: LongInt;

  ParameterBlock: PInfoData

):LongBool;

Arguments

Lock

  

A lock on any file on the volume for which information should be supplied, or 0

ParameterBlock

  

pointer to the info

Description

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.


Documentation generated on: 2021-07-30