I am dealing with a program that can reads in a file that uses absolute paths rather than relative paths. Problem is, this can be French, English and Spanish. What I'm looking for is a definition of what the user profile directory is set up like in English, Spanish and French.
For Instance, English is relatively east and documented: XP: c:\Documents and Settings\user\my documents c:\Documents and Settings\user\my documents\my pictures and so on
Win7/8: c:\users\user\pictures c:\users\user\music c:\users\user\documents and so on
However, for Spanish I can't find documentation, for instance, I think it is XP: c:\configuraciones y documentos\user\mis documentos c:\configuraciones y documentos\user\mis documentos\mis imagenes c:\configuraciones y documentos\user\mis documentos\mis imágenes c:\configuraciones y documentos\user\mis documentos\mis fotos
7/8: c:\users\user\documentos c:\users\user\fotos c:\users\user\imagenes c:\users\user\imágenes
95/98/ME/NT/2000/etc - did they even have standard locations for music, documents and pictures anywhere????
Roughly, I see these all over google and bing but nothing that seems like a firm "this is what it is" and I see virtually nothing on French. I've searched MSDN, but only see anything on English.
Anyway, what i'm doing it doing a replace on part of a pathname that I'm reading in these files, but, I can't replace unless I know what the paths are supposed to be.