Removable Disk Detection

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tiensen
Forum Newbie
Posts: 1
Joined: Tue Jul 03, 2007 9:28 pm

Removable Disk Detection

Post by tiensen »

Hi all,

I would like to detect and display all the removable disk on the system. I understand that i can use System_WinDrives::getDriveType() to determine whether the drive a removable one or not. But this only works on Windows system. Is that any cross-platform function call that i can use?

Thanks.

Regards,
Chong
Post Reply