I have a remote desktop app running under Windows 7 Ultimate that writes a report. It would be much easier if the report could be written directly to the local machine.
How can I do this? every time I try I seem to run into permissions problems. If I try to write by explicit reference the folder (eg\Computer\Drive$\Folder\Subfolder\filename) it seems to work but its cumbersome and it would be easier if the user could select his own directory but use a standard sharename.
But, when I try to write by reference to its share name (reports) (eg \Computer\Sharename\filename) I get a file access error
Any suggestions on how I can get the share name to work?