MCPcopy Create free account
hub / github.com/AlexandreRouma/SDRPlusPlus / pathIsValid

Method pathIsValid

core/src/gui/widgets/file_select.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

menuHandlerMethod · 0.45
menuHandlerMethod · 0.45
basebandMenuMethod · 0.45
audioMenuMethod · 0.45
menuHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected