mirror of
https://github.com/mrfluffy-dev/fsorter.git
synced 2026-01-17 02:50:33 +00:00
notevied user that settings.toml was created
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -40,6 +40,8 @@ void writeSettins()
|
|||||||
settings << "path = " << "\"" << home << "/Documents/Compressed/\"" << std::endl;
|
settings << "path = " << "\"" << home << "/Documents/Compressed/\"" << std::endl;
|
||||||
settings << "extensions = [\".zip\",\".rar\",\".7z\"]";
|
settings << "extensions = [\".zip\",\".rar\",\".7z\"]";
|
||||||
settings.close();
|
settings.close();
|
||||||
|
std::cout << "settings.toml made in " << settingsPath << std::endl;
|
||||||
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Reads all the lines in settings.toml and saves them in a vector line by line.
|
//Reads all the lines in settings.toml and saves them in a vector line by line.
|
||||||
|
|||||||
Reference in New Issue
Block a user