Where does a Wine app save it's user defined data file?

Questions about Wine on macOS.
Locked
EmmoJohn
Newbie
Newbie
Posts: 3
Joined: Wed Jul 17, 2019 8:45 am

Where does a Wine app save it's user defined data file?

Post by EmmoJohn »

I'm not a developer but I'm hoping this forum can help..

Where does Wine save a specific "app data" file?

I've successfully had a PC app called Equilab on my Mac via Wine (Winebottler). I have saved several "user defined ranges" within that app. Recently I've switched to another Mac but can't get that specific file to come with me.. If I zip and copy the app, it's "user defined saves" are not included.

The PC app should be saving a file called "PreflopUserdefined.ini" in a local app data folder.
But where would it be saved now as wine Mac app? Searched for hours and can't find it.

Thank you!
EmmoJohn
Newbie
Newbie
Posts: 3
Joined: Wed Jul 17, 2019 8:45 am

Re: Where does a Wine app save it's user defined data file?

Post by EmmoJohn »

(you can remove this post)
I finally found the file. Thx.
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Where does a Wine app save it's user defined data file?

Post by jkfloris »

This program creates a directory in:
$WINEPREFIX/drive_c/users/<username>/Local Settings/Application Data/Equilab
(The default $WINEPREFIX is $HOME/.wine)
EmmoJohn
Newbie
Newbie
Posts: 3
Joined: Wed Jul 17, 2019 8:45 am

Re: Where does a Wine app save it's user defined data file?

Post by EmmoJohn »

Thank you jkfloris! Found it!
Locked