Retrieves the path to the root of the default user's profile
#include <WinAPIShellEx.au3>
_WinAPI_GetDefaultUserProfileDirectory ( )
Success: | The path to the directory. |
Failure: | Empty string, call _WinAPI_GetLastError() to get extended error information. |
Search GetDefaultUserProfileDirectory in MSDN Library.