Does directory exist in French/German Windows installation? If not what is the equivalent?
Hi experts
I have a template currently based on an English installation of Windows 7 that is going to be used in France and Germany. Part of my code saves files to the following directory (creating if it doesn't exist)
Does "c:\users\" & Environ("Username") & "\Documents" exist in France and German installations of Windows 7?
If not, does anyone know what the equivalent is?
on my German speaking version even if the name displays differently
C:\Benutzer\Username\Eigene Dokumente
it uses
C:\Users\UserName\Documents
to save it
Regards
Fi69
ASKER
Uh oh, I didn't hear back from anyone straight away so I've sent it off after googling the web.
will c:\users\username\Dokumente work? That's what I put in.
on my German speaking version even if the name displays differently
C:\Benutzer\Username\Eigen
it uses
C:\Users\UserName\Document
to save it
Regards