DriveSetLabel |
首页 后退 前进 |
DriveSetLabel 修改驱动器卷标.
DriveSetLabel ( "path", "label" ) 参数
返回值
备注 大多数硬盘驱动器的卷标最长 11 个字符, 如果指定的卷标长度超出限制, 则 DriveSetLabel 函数失败. 文件系统是 FAT32, 则其卷标的所有字符会自动转换为大写字符.
函数示例 DriveSetLabel(@HomeDrive & "\", "New_Label") ; Change the label of the home drive, generally this is the C:\drive. ----------------------------------------
该函数可以通过命令 exect 调用
你可以使用对话框:
参见: DriveGetDrive, DriveGetFileSystem, DriveGetLabel, DriveGetSerial, DriveGetType, DriveSpaceFree, DriveSpaceTotal, DriveStatus exect=DriveSetLabel('C:\','Система') ;; 设置C:\驱动器的"系统"标签
shape=14 exect=$var_sdisk=##[combo=BOX14]||$var_smetka=##[input=BOX69]||DriveSetLabel('$var_sdisk'&':\','$var_smetka') ;; 对话框,用于输入磁盘的标签 © Аверин Андрей для Total Commander Image Averin-And@yandex.ru |