Nahztu wrote:
I found it in a folder called "VirtualStore".
This is a Vista feature.
This page descrbes it like this:
Quote:
Virtualization Example
For example, take a legacy software application that attempts to write to a configuration INI file located in:
C:\Program Files\<application>\Setup.ini
Windows Vista automatically detects that you do not have permission to save to that location. Windows Vista then copies the file (if it already exists) to:
C:\Users\<your_account>\AppData\Local\VirtualStore\Program Files\<application>\Setup.ini
Windows Vista then allows the write operation to succeed at the new file in the VirtualStore folder. Subsequent read and write operations for that file will always use the file copy located in the VirtualStore folder. However, the application will continue to believe that it is accessing the Program Files directory
So I'm guessing you did originally create the folder. You tried to create it in C:\Program Files\Synfig\, but Vista noticed you didn't have permission to write there, so it put it in the VirtualStore and just
pretended that it had made it in the Synfig folder.