Determining current file size

  • Thread starter Thread starter Guest
  • Start date Start date
The FileLen function will give you the size of the file in bytes. However,
as it says in the Help file "If the specified file is open when the FileLen
function is called, the value returned represents the size of the file
immediately before it was opened."
 
Back
Top