Default browser setting file gets created in the working directory #1

Open
opened 2026-05-17 00:03:03 +02:00 by MichaelAgarkov · 0 comments

The default browser setting file gets created in the current working directory of the program that opens the URL instead of the program folder.

std::ifstream file("defaultBrowserSet.conf");


std::ofstream settingFile("defaultBrowserSet.conf");

The default browser setting file gets created in the current working directory of the program that opens the URL instead of the program folder. https://codeberg.org/MichaelAgarkov/URLViewer/src/commit/5e855432104afc8ae4df13560bafafc175ed231c/URLViewerMain.cpp#L53 https://codeberg.org/MichaelAgarkov/URLViewer/src/commit/5e855432104afc8ae4df13560bafafc175ed231c/URLViewerMain.cpp#L134
Sign in to join this conversation.
No description provided.