mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
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.
6 lines
111 B
ReStructuredText
6 lines
111 B
ReStructuredText
file-size
|
|
---------
|
|
|
|
* The :command:`file` command gained a ``SIZE`` mode to get the size
|
|
of a file on disk.
|