Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to find size of the file. Which method or function is
used to occomplish this?



How to find size of the file. Which method or function is used to occomplish this?..

Answer / 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

More Visual Basic Interview Questions

What is the use of Connection object?

0 Answers  


what are the Types of Resultsets?

0 Answers  


How can you Add API functions to your Application?

1 Answers  


How do I speed up control property access?

0 Answers  


How would you attach an ActiveX control in Your Application?

1 Answers  


What is Collection Objects?

1 Answers  


How would you navigate between one document to another document in Internet Explorer ?

0 Answers  


List out controls which does not have events ?

1 Answers  


How to test the AX stat class?

0 Answers  


What is a Component?

1 Answers  


DHTML Is used for what?

0 Answers  


Does VB support pointers to functions?

0 Answers  


Categories