Help with reading FILESIZE

  • Thread starter Thread starter John Cosmas
  • Start date Start date
J

John Cosmas

How do you read the filesize of a document/file using the SYSTEM.IO.FILE or
whatever other function that might work? Please recommend.
 
John Cosmas said:
How do you read the filesize of a document/file using the SYSTEM.IO.FILE
or whatever other function that might work?

VB.NET: 'FileLen', .NET Framework: 'System.IO.FileInfo.Length'.
 
Back
Top