(vl-file-size filename)


Return the size of a file.


This function returns a string containing the size of the file in bytes.

Example

Code Returns
(vl-file-size "d:\file.txt") 25

 

Tell me about...

LISP Compatibility

Programming Overview of LISP (LISt Processing) Language