Software research and development blog
public function getRoots() { $roots = array(); for ($i='A'; $i<'Z'; $i++) { $disk=$i.':\\'; if (is_dir($disk) && is_readable($disk)) $roots[] = $disk; } return $roots;}
Post a Comment
No comments:
Post a Comment