Dir 函數- 基本的檔案/資料夾讀取方式Sub 列出檔案() path1 = "C:\Temp\*.*" file1 = Dir(path1): r = 1 Do ...
forum.twbts.com