Vote Details for "System_WinDrives" by luckec

» Details
» Comment
Nice package!

One thing:
function getDriveName($strDrive)
{
if ($this->objApi === null || $this->bReadName === false) {
return '';
}

Perhaps it would be better to return a PEAR_Error in this case.

Regards,
Carsten :)