au3_FileListToArray函數時,可以使用UBound函數來獲取數組的元素數量

admin AutoIt3評論680字數 207閱讀模式
#include <File.au3>
Local $sPath = "C:\MyFolder"
Local $aFiles = _FileListToArray($sPath)
MsgBox(0, "Number of files", UBound($aFiles))

在上面的示例中,_FileListToArray 函數將指定路徑下的文件列表存儲在 $aFiles 數組中。然后,使用 UBound 函數來獲取數組的元素數量,并將其顯示在消息框中。

版權聲明:文章圖片資源來源于網絡,如有侵權,請留言刪除!!!
廣告也精彩
admin
  • 本文由 發(fā)表于 2023年5月6日 23:28:23
  • 轉載請務必保留本文鏈接:http://yudch.cn/10569.html
匿名

發(fā)表評論

匿名網友 填寫信息

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: