Hi,
Maybe this will help.
http://www.dotnet247.com/247reference/msgs/28/144136.aspx
Ken
------------------
Hello, my app needs to copy a file from local TEMP folder to network
share. The network share is accessible via a domain ID.
I am trying to call LogonUser API, then ImpersonateLoggedOnUser, then
copy the file to this share. But I keep on getting errors. Even though
all the APIs return success, copying files still comes back with "Access
denied" type of errors.
Am I missing something here?
Thanks
Frank Rizzo - 26 Oct 2004 05:00 GMT
> Hi,
>
> Maybe this will help.
> http://www.dotnet247.com/247reference/msgs/28/144136.aspx
My code looks similar, but I'll give this a try tomorrow.
Thank you.
> Ken
> ------------------
[quoted text clipped - 8 lines]
>
> Thanks