April 24, 2019 at 3:24 pm
#20035
Hi Paolo,
there is a funtion in Omnis Studio called
getenv(NameofEnvoronmentVar)
To retrieve the current user’s home directory under windows it would be
Do getenv(“userprofile”) Returns lcUserProfile
where “userprofile” is the name of the corresponding environemt variable.
The function also works on Mac OS but I don’t know the variable name there.
G… should know.
Cheers
Klaus
Cheers
Klaus