欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

基 礎 函 數(shù) 參 考


DriveSetLabel

修改驅動器卷標.

DriveSetLabel ( "路徑", "卷標" )

參 數(shù)

路徑 目標驅動器的路徑e.
卷標 驅動器的新卷標.(最長 11 個字符)

返 回 值

成功: 返回 1.
失敗: 返回 0.

備 注

大多數(shù)硬盤驅動器的卷標最長 11 個字符, 如果指定的卷標長度超出限制, 則 DriveSetLabel 函數(shù)失敗.
文件系統(tǒng)是 FAT32, 則其卷標的所有字符會自動轉換為大寫字符.

相 關 函 數(shù)

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

函 數(shù) 示 例


DriveSetLabel("C:\", "New_Label")

; 得到當前卷標
Local $var=DriveGetLabel("c:\")
; 設置卷標
DriveSetLabel("C:\", "新卷標")
MsgBox(32,"","卷標已設置")
DriveSetLabel("C:\", $var)

provider with jb51.net (unicode)