Files
ladybird/Userland/Libraries/LibCore
Leandro Pereira 73924f9416 LibCore: Add File::size()
Returns the size in bytes for a file path given its filename. Useful
when file size is needed without having to open the file to query it
using fstat() or seeking to the end.
2021-10-25 23:37:18 +02:00
..
2021-10-25 23:37:18 +02:00
2021-10-25 23:37:18 +02:00
2021-08-06 01:04:11 +02:00