I need to move a folder in and out of %APPDATA% so I have this in the launcher INI:
[DirectoriesMove] folder=%APPDATA%\folder
The folder is moving fine but if there's a local one present it isn't backed up.
If I debug the launcher I'm getting the ${DebugMsg} "Matching directories for $1 discovered, deleting $0" message instead of ${DebugMsg} "Backing up $4 to $4.BackupBy$AppID" message that I would expect.
I also used this with EAC:
[DirectoriesMove] EAC=%APPDATA%\EAC AccurateRip=%APPDATA%\AccurateRip
On checking, I'm finding that the local AccurateRip folder is backed up but the EAC one isn't.
Any ideas?