xdao 发表于 2008-5-30 22:07

如何获取文件大小

也许我的问题弱了点  但还是希望高手不要吝啬 赐予小弟答案

wasdyjyj 发表于 2008-5-31 13:14

Dim infoReader As System.IO.FileInfo
infoReader = My.Computer.FileSystem.GetFileInfo("C:\testfile.txt")
MsgBox("文件大小为: " & infoReader.Length & " bytes.")

xdao 发表于 2008-6-4 20:12

不错不错

页: [1]

编程论坛