Handling a Folder in %APPDATA%
I am trying to convert an application into a portable form.
The application only creates a folder named AppName in %APPDATA%.
My question is, what's the proper way to configure the launcher?
I thought about something like:
[DirectoriesMove]
AppName=%APPDATA%\AppName
My question is, how it handles the case %APPDATA%\AppName already defined?
From documentation I get it is first coped and kept as backup and then the local copy is copied.
- Read more about Handling a Folder in %APPDATA%
- 1 comment
- Log in or register to post comments