(imported topic written by d.limanov)
Hi everyone,
I need to create manual proxy entry for current user’s Firefox profile. In order to do so, I need to determine the actual profile folder, as it’s has a dynamic name of xxxx.default. In order to get this name, I need to parse a file called “profile.ini” in %appdata%\mozilla\firefox of currently logged in user. I am using this syntax:
q:
following texts
of
firsts
"/"
of
lines
whose
(
it
contains
“Path=Profiles/”
)
of
file (value
"APPDATA"
of
key
"Volatile Environment"
of
current user key (logged on user)
of
registry
&
“\Mozilla\Firefox\profiles.ini”
)
E:
The operator “concatenate” is not defined.
For some reason I am getting the above error, not sure why because I could swear I had this working before, I even have a saved text file with the code and result:
q: following texts of firsts “/” of lines whose (it contains “Path=Profiles/”) of file (value “APPDATA” of key “Volatile Environment” of current user key (logged on user) of registry & “\Mozilla\Firefox\profiles.ini” )
A: sqb3eibv.default
T: 1.006 ms
Does anyone know why this concatenation error occurs or what it means? This is a first step of my process, and I’m kind of dead in the water here.
Thanks!