FileLen

Returns the size of a file in bytes.

Syntax
      FileLen (file_path)

Key
   file_path   The file to inspect.


The FileLen() function can be used in VBA or in an SQL query.

Examples

Dim dtmDemo As Date

dtmDemo = FileLen(F:\demo.xls)

“By the time a man realizes that maybe his father was right, he usually has a son who thinks he’s wrong” ~ Charles Wadsworth


 
Copyright © 1999-2024 SS64.com
Some rights reserved