#log #file #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

#470 in Filesystem

Download history 4/week @ 2024-02-16 4/week @ 2024-02-23 213/week @ 2024-03-29 179/week @ 2024-04-05 7/week @ 2024-04-12

399 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