Implement GetFileDetails.

This commit is contained in:
Mr_Goldberg 2021-09-19 01:07:19 -04:00
parent acebfc4e4d
commit c8092f9f45
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
5 changed files with 391 additions and 29 deletions

View file

@ -101,6 +101,8 @@ std::string get_full_lib_path();
std::string get_full_program_path();
std::string get_current_path();
std::string canonical_path(std::string path);
bool file_exists_(std::string full_path);
unsigned int file_size_(std::string full_path);
#define DEFAULT_CB_TIMEOUT 0.002