
hott1.552491846558757E12 asked a question.
i18n aware path to "My Documents"
Hi,
is there a i18n aware way to detect the path to the "My Documents" folder on Windows plattform?
Detecting the users home directory is no big deal ($D(home)) and it seams to be plattform and i18n aware. However an easy way to get access to "My Documents" seems missing...
I see no solution for this other than defining a i18n string for the directory or performing a jni call.
Have I missed something?
Maybe someone had a similar problem and found a simple solution.
Regards,
Heiko Ott
thanks for this excellent hint. Combined with a plattform condition is this exactly what I was seeking for :-)
Heiko