mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
check if last path is on rem drive
This commit is contained in:
parent
72f1adbb44
commit
1ec7fc23e2
4 changed files with 13 additions and 231 deletions
|
@ -116,6 +116,7 @@ protected:
|
|||
static void eject_drive(const std::string &path);
|
||||
static std::string get_last_drive_path();
|
||||
static std::vector<DriveData> get_all_drives();
|
||||
static bool is_path_on_removable_drive(const std::string &path);
|
||||
private:
|
||||
RemovableDriveManager(){}
|
||||
static void search_for_drives();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue