Function Reference

DriveGetLabel

ドライブがドライブのボリュームラベル持っている場合、それを返します。

DriveGetLabel ( "path" )

 

パラメータ

path 調べたいドライブのパス

 

返し値

成功 ドライブのボリュームラベルを文字列で返します。
失敗 @errorを1に設定します。

 

注意

なし。

 

関連

DriveGetDrive, DriveGetFileSystem, DriveGetSerial, DriveGetType, DriveSetLabel, DriveSpaceFree, DriveSpaceTotal, DriveStatus

 


$var = DriveGetLabel( "c:\" )
MsgBox(4096,"Volume Label: ",$var)