GetFolderPath cannot be used to obtain the path to Common Documents folder.
However, you can use the following COM code for the purpose:
(New Shell32.Shell).NameSpace(46).Items.Item.Path
(refer to Windows Shell Automation Controls library for this method to work)