DLLGetVolumeInfo()

DLLGetVolumeInfo()
  • SYNOPSIS:
    info = DLLGetVolumeInfo$(sDrive$,iFlags,[iOutBufferSize])
  • DESCRIPTION:
    Retrieves information about a specified drive and returns it.
  • PARAMETERS:
    sDrive$ The drive letter you want to get information about. EG "C:\".
    iFlags

    A flag representing the information you want to retrieve about the given drive:

    VOL_GETVOLUMENAME - Get the canonical name of the drive.
    VOL_GETVOLUMEFILESYSTEM - Get file system information about the drive.
    VOL_GETVOLUMESERIAL - Get the serial number of the drive.
    VOL_GETVOLUMEFLAGS - Get drive flags.

    iOutBufferSize (optional) The size of the bufffer to return the information in. You should never need to supply this parameter. Defaults to 512.
  • RETURNS:
    Returns a string or integer with the information you requested. See example017.bb for how to interpret this information.
  • EXAMPLE:
    See example017.bb
  • BUGS:
    None Known.

Return To Index
Problems with this command or bugs? EMail me at: mailto:loki.sd@blueyonder.co.uk

Section Last Updated: Sunday, February 3, 2002 11:09 AM GMT

All materials used in this help, related sources and binaries are (C)opyright Rob Hutchinson, Joseph Cox and Tarropithium Software 2002. All rights reserved. All software is provided without warranty unless otherwise stated.
Tarropithium Software or the authors will not be held liable for any damage or data loss that may occur during the application of this software. Use it at your own risk!