My Documents folder

I am looking for the function (API clarion) giving My Documents folder

Thanks

Which version of Clarion? If C10+, there is SpecialFolder class, something like this:

sp  SpecialFolder
  MESSAGE(sp.GetDir(CSIDL_PERSONAL))  !- My Documents

My version is clarion 6.3

Thanks I use the SH class mentioned in clarion10 in clarion6.3 .All functions work