RE: Getting the My Documents folder

2012-08-01 Thread Rick Schummer
Is there a better way to determine the current user's My Documents folder? To add one more to the pile from Doug Hennig: http://doughennig.blogspot.com/2007/01/finding-paths-for-special-folders.html or shortened: http://is.gd/3GJph6 Rick White Light Computing, Inc.

Re: Getting the My Documents folder

2012-08-01 Thread MB Software Solutions, LLC
On 8/1/2012 11:36 AM, Rick Schummer wrote: Is there a better way to determine the current user's My Documents folder? To add one more to the pile from Doug Hennig: http://doughennig.blogspot.com/2007/01/finding-paths-for-special-folders.html or shortened: http://is.gd/3GJph6 Someone

Re: Getting the My Documents folder

2012-07-31 Thread Andrew Stirling
You could try these http://www.hexcentral.com/articles/foxpro-folders.htm http://doughennig.blogspot.co.uk/2007/01/finding-paths-for-special-folders.html Kind regards Andrew Stirling 01250 874580 supp...@calcpay.co.uk http://www.calcpay.co.uk HMRC Accredited since 12/01/2004 On 31/07/2012

RE: Getting the My Documents folder

2012-07-31 Thread Richard Kaye
Here's something we've been using for a while that uses the Windows API. Don't know where we pinched it from or if it's better... FUNCTION GetSpecialFolderLocation(m.nFolderID AS Integer, m.lCreateNew AS Boolean) * Some common folder ids (refer to SHGetFolderPath in MSDN) #DEFINE CSIDL_PERSONAL