0
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?
Thanks for your interest.
Yes I thought it was permissions but as far as I could see 'everyone' had read/write permissions to the various directories. I currently have a workaround using full paths so the immediate crisis is passed but I would prefer shares.
And the challenge is programatically identifying, checking and writing (as opposed to hunting down in explorer) . – user713275 – 2017-04-01T17:17:07.130