| 59 | } |
| 60 | |
| 61 | bool FileSelect::pathIsValid() { |
| 62 | return pathValid; |
| 63 | } |
| 64 | |
| 65 | void FileSelect::worker() { |
| 66 | auto file = pfd::open_file("Open File", pathValid ? std::filesystem::path(expandString(path)).parent_path().string() : "", _filter); |
no outgoing calls
no test coverage detected