Find Size of Files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

Thanks in advance

Currently using Application.FileSearch to searchfolders & sub folders

However how do I find out the size of the file in kb of mb or gb

Thanks

Trevor B
 
Check the FileLen function

FileLen("c:\FileName")

Will return the size in byte
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top