举报
#include <File.au3> _FileRecur(@windowsDir) msgBox(64, '', 'done') Func _FileRecur($_Path) $folder = _FileListToArray($_Path, "*", 2) If not IsArray($folder) then return 0 For $o = 1 to $folder[0] msgBox(0, '', $_Path & "\" & $folder[$o]) _FileRecur($_Path & "\" & $folder[$o]) Next EndFunc ;==>_FileRecur()
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-28 12:36 , Processed in 0.083741 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.