Hi,
How can I get the 'My documents' path?
Thanks,
Marc
*------------------------------------*
Function GetMyDocPath()
*------------------------------------*
#define HKEY_CURRENT_USER 2147483649
Local oReg,cPath
oReg := TReg32():New( HKEY_CURRENT_USER,;
"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders",;
.f. )
cPath := oReg:Get( "Personal" )
oReg:Close()
Return cPath
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 91 guests