I have redirected the My Documents folder in WinXP to a network location (F:\). All my data are stored there and my program should find the data it neads in that location. When I go to My Documents in any program I end up in F:\.
But when I call GetUserDir the function returns C:\Documents and Settings\Owner\My Documents which is empty because Windows uses the network location.
Is there a workaround for this?
Thanks in advance.