in reply to Re: Runtime only Perl for Win32
in thread Runtime only Perl for Win32

Only one minor problem : there is no Inkscape preference file on Win32.

Replies are listed 'Best First'.
Re^3: Runtime only Perl for Win32
by Lotus1 (Vicar) on Feb 03, 2019 at 00:23 UTC

    As I mentioned before the Windows install of Inkscape does have the preference file. Mine is located at C:\Users\xxUsernamexx\AppData\Roaming\inkscape\preferences.xml. I posted a link to the directions for how to find this location. There should be an easy way to find it in a Perl script.

    Update: You can find that location in your script with $ENV{APPDATA} which equals C:\Users\xxUsernamexx\AppData\Roaming.