Add multi-selection context menu

fix compile errors on Mac and provide reviewed changes

fix wrong resolved conflict

removed duplicate

cleanup after latest merged PRs

minor cleanup

rename and move get_existing_dir() to File.cpp

apply reviewed changes
This commit is contained in:
digant73
2026-01-05 23:16:02 +01:00
committed by Megamouse
parent 9b256d71a9
commit 9fb7c8f52c
10 changed files with 1393 additions and 521 deletions
+3
View File
@@ -195,6 +195,9 @@ namespace fs
return std::string{get_parent_dir_view(path, parent_level)};
}
// Return "path" plus an ending delimiter (if missing) if "path" is an existing directory. Otherwise, an empty string
std::string get_path_if_dir(const std::string& path);
// Get file information
bool get_stat(const std::string& path, stat_t& info);