Hi. Need some help here.

Is it possible to find a special folder on another machine over a network?

Currently I use SHGetSpecialFolderPath to find the All Users folder on my machine, but how can I find the All Users folder for someone else's machine (over a LAN)from a program running on mine? Can this be done?

Basically, I need my program to write a file on someone else's machine on the network, but I don't know which directories are going to have write permissions etc, so I need to use one of the special folders (or somewhere else appropriate - any ideas?).

Does anyone have any advice for me?

Cheers.