How to find size of the file. Which method or function is
used to occomplish this?
Answer Posted / sundarraj_v83
Adding reference (Microsoft Scripting Runtime) scrrun.dll
into the vb project and using function Getfile(file
path).size,
Example code
After Adding reference into VB Project,
Dim fso as filesystemobject
set fso = new filesystemobject
msgbox fso.getfile("D:\hello.txt").size
it will display the message for size of hello.txt file
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ActiveX Dll and ActiveX Exe?
What is the use of Tabledef?
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.
What is script control?
How do I program the Novell NetWare API from VB?
How to find the current record position in data control?
What is OLEDB?
Types of ActiveX Components in VB?
what is the Difference between Tabletype and Snapshot?
How would you create properties by using class Builder Wizard?
Explain the "cursortype" and "Locktype" in VB?
What do you know about user forms.
what is the control used to call a windows application.
Explain Types of DBCombo boxes?
Is the Access Engine and Visual Basic Pro good enough for database work?