mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 17:35:34 -04:00
Show file count in each directory, and moved "Too many files" message (#1376)
* Added file_count() function * Show file count in each directory; moved "Too many files!" warning
This commit is contained in:
parent
f079d57fc6
commit
e1cc0b1ad0
4 changed files with 27 additions and 18 deletions
|
@ -250,6 +250,8 @@ bool file_exists(const path& file_path);
|
|||
bool is_directory(const path& file_path);
|
||||
bool is_empty_directory(const path& file_path);
|
||||
|
||||
int file_count(const path& dir_path);
|
||||
|
||||
space_info space(const path& p);
|
||||
|
||||
} /* namespace filesystem */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue