Search found 2 matches

by doganmurat
Mon Apr 25, 2016 6:19 pm
Forum: Enigma Virtual Box x86/x64
Topic: %Local, ApplicationData FOLDER% not working
Replies: 3
Views: 15660

Re: %Local, ApplicationData FOLDER% not working

Hi,

Could you please double check it ? Because according to docs it points to c:\users\USERNAME\AppData\Local

https://msdn.microsoft.com/en-us/library/windows/desktop/bb762494(v=vs.85).aspx

CSIDL_LOCAL_APPDATA
FOLDERID_LocalAppData
Version 5.0. The file system directory that serves as a data ...
by doganmurat
Mon Apr 25, 2016 1:27 pm
Forum: Enigma Virtual Box x86/x64
Topic: %Local, ApplicationData FOLDER% not working
Replies: 3
Views: 15660

%Local, ApplicationData FOLDER% not working

Hi,

I have an electron app. I am trying to pack with Enigma Virtual Box.
I am using %Local, ApplicationData FOLDER% as base folder. When my app tries to read file from %Local, ApplicationData FOLDER% (which is I guess is C:\Users\nokta\AppData\Local) it searches real file and returns with not found ...