#log #filesize #file #file-io #systemlog

bbq

This project is for file handling. It can add, delete, modify, and query.

1 unstable release

0.1.3 Apr 5, 2024
0.1.2 Apr 4, 2024
0.1.1 Apr 4, 2024
0.1.0 Sep 13, 2022

#1147 in Filesystem

Download history 7/week @ 2024-09-19 5/week @ 2024-09-26 1/week @ 2024-10-17

160 downloads per month

MIT license

15KB
225 lines

This library is primarily designed for file operations. It includes features such as:

  • Viewing file directory sizes
  • Specifying files for deletion
  • And many other file-related actions

Please refer to the documentation for more detailed information on how to use these features.

usage

bbq::remove_old_files("/path/to/directory", 1024 * 1024 * 10);

No runtime deps