System Introduction

System

PEAR Manual


System_WinDrives

Table of Contents
Introduction -- Enumerating drives on Windows systems
Example -- How to use System_WinDrives
Constants -- Constants defined and used in System_WinDrives
System_WinDrives() -- Outputs short description of the method
System_WinDrives::getDriveList() -- Gets array with path of all drives
System_WinDrives::getDriveName() -- Returns the user-defined name for a drive
System_WinDrives::getDrivesInformation() -- Gets information about all drives
System_WinDrives::getDriveType() -- Gets the type of a drive
System_WinDrives::getReadName() -- Returns if drive names shall be read or not
System_WinDrives::getTypeTitle() -- Gets the readable name to a drive type
System_WinDrives::guessDriveList() -- Tries to guess the drive list
System_WinDrives::isApiAvailable() -- Checks if the API is available
System_WinDrives::setReadName() -- Sets the readName setting

Provides functions to enumerate root directories ("Drives") on Windows systems by using win32 api calls.



System Introduction

System

PEAR Manual