grampstrains wrote: > How do I access the "My Documents" directory from a program since the > location of that directory depends on what user is logged in? I am > using C++ Builder 4. I want to access the directory from the program > without having to use the FileOpen or FileSave dialogs.
Take a look at Windows API function SHGetFolderPath (at http://msdn.com for example) -- Milan Babuskov http://www.guacosoft.com http://www.flamerobin.org
