mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Implement GetFileDetails.
This commit is contained in:
parent
acebfc4e4d
commit
c8092f9f45
5 changed files with 391 additions and 29 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue