How do I find the size of a file???

  • Thread starter Thread starter acool
  • Start date Start date
A

acool

I looked all over at the File class and saw nothing for getting the size of
a file, how do i do that?
 
I appreciate it and you know that should be helpful but looking up the
example in MSDN shows you having to iterate through an ENTIRE directory when
i already have the name and path of a file I just want the length of ONE
file. how do I do that?
 
* "acool said:
I looked all over at the File class and saw nothing for getting the size of
a file, how do i do that?

'Microsoft.VisualBasic.FileSystem.FileLen', 'System.IO.FileInfo.Length'.
 
Back
Top