79445728

Date: 2025-02-17 14:38:18
Score: 0.5
Natty:
Report link

Another viable solution to get the file-size, that works across many common-lisp implementations on a posix OS, is the package trivial-file-size.

https://github.com/ruricolist/trivial-file-size

(trivial-file-size:file-size-in-octets #P"/path/to/some/file")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Felix Lechenbauer