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

函數(shù)說明

DriveSetLabel

修改指定驅(qū)動器的卷標(biāo)。

DriveSetLabel ( "路徑", "卷標(biāo)" )

 

參數(shù)

路徑 目標(biāo)驅(qū)動器的路徑。
卷標(biāo) 指定驅(qū)動器的新卷標(biāo)(最長11個字符)。

 

返回值

成功: 返回值為1。
失敗: 返回值為0。

 

注意

大多數(shù)的硬盤驅(qū)動器(分區(qū))的卷標(biāo)最長可達11個字符,因此如果指定的卷標(biāo)長度超出限制則 DriveSetLabel 函數(shù)會出錯。此外,如果目標(biāo)分區(qū)的文件系統(tǒng)是 FAT32 則其卷標(biāo)的所有字符會自動轉(zhuǎn)換為大寫字符。

 

相關(guān)

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

 

示例


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