#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

#463 in Filesystem

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