(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...
Programming Overview of LISP (LISt Processing) Language
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 |
Programming Overview of LISP (LISt Processing) Language