pro_vb thread: GetFileSize - interface for VB
I missed finding this capability :
Dim fso As New FileSystemObject, fil As File
Set fil = fso.GetFile(filepath)
MsgBox "file size is " & (fil.Size) / 1000 & "KB"
Thanks
|
![]() |
P2P Archives
|
|
New Titles for ASP.NET |
pro_vb thread: GetFileSize - interface for VB
I missed finding this capability :
Dim fso As New FileSystemObject, fil As File
Set fil = fso.GetFile(filepath)
MsgBox "file size is " & (fil.Size) / 1000 & "KB"
Thanks
|