I have my exe application which i created with pyinstaller and bundled a folder while creating my exe which is working fine. In order to access any file from folder which i bundled while creating exe i can access those files from variable sys._MEIPASS
since a temporary directory is created in Temp/_MEI96522
Now when i make a change into a file found in a folder it stays there while i am using a software but now when i close the software and open the software again the changes which i made in previous software session are gone. That file is now in its original form which it was before while bundling the folder containing the file in exe.
What i want to do is make a change into a file and needs to save the changes so that those changes stay there everytime i open the software after closing.
Is there any way to do that while keeping the folder bundled with exe.
.json
file outside the bundled exe but if theres a way to wrap everything together that would really help. – LaurielaurierAppData
when the user launch the app for the first time. – Laurielaurier