System_WinDrives::getDriveName()

System_WinDrives::getDriveName() -- ユーザが定義したドライブ名を返す

概要

require_once 'System/WinDrives.php';

string System_WinDrives::getDriveName (string $strDrive)

説明

そのドライブに対してユーザが設定した名前を返します。 この関数は PHP5 では動作せず、空の文字列 '' を返します。

パラメータ

string $strDrive

名前を取得したいドライブのパス。

返り値

string - ドライブのラベルを返します。