Files
CMake/Help/release/dev/file-size.rst
Wouter Klouwen 12b471e828 file: add SIZE option
This commit adds the SIZE option to file(). It returns the file size of
the given path if it exists and produces an error if not.
2018-11-27 08:50:36 +00:00

6 lines
111 B
ReStructuredText

file-size
---------
* The :command:`file` command gained a ``SIZE`` mode to get the size
of a file on disk.