Ubuntu – Where does Wine store files

winewinetricks

I have a dotnet 4.5.2 application, which is just a console application that saves some datafeed into a .txt file. The program depends on some .dll files (private data-connectors, I don't have control over them).

I installed dotnet 4.5.2 via winetricks

winetricks -q dotnet45 corefonts

Now I'm running my application

wine ~/datafeed.exe

and cannot filgure out there it actually saves my .txt files?

Best Answer

Wine's files are stored in /home/user/.wine/drive_c/ by default.

.wine is a hidden folder, so press Ctrl + H in your home folder to show it.

You can select other folders in most programs by browsing to the correct place on your hard drive.