Support Environment Variables

Issue #17 duplicate
Former user created an issue

I used dropbox to store some truecrypt files, and the location of the folder can be different from computer to computer. In this situation it would be useful for the plugin to correctly parse environment variables.

Comments (7)

  1. Patrick Schaller repo owner

    Hello, which kind of environment variables did you mean? Environemt variables of the Windows system, like 'Path' or %appdata% or both?

  2. QasimK

    Yes I meant Windows environment variables including %APPDATA%, %USERPROFILE%, and anything that was custom set (I myself set %DROPBOX%). So for example, %DROPBOX%\Folder\Test.tc would resolve to C:\Users\Me\Dropbox\Folder\Test.tc.

    I submitted a patch, see pull request #4.

  3. Patrick Schaller repo owner

    Hi @MagickCoder i have resolved this in a separate branch (see e25e914) with the usage of the pattern replacement of Keepass (with {APPDIR} and environment variables). Can you please change the target of the pull request #4 to the branch of issue #16? Already merged ;)

  4. Log in to comment