Hi,
Maybe this will help.
http://www.dotnet247.com/247referenc...28/144136.aspx
Ken
------------------
"Frank Rizzo" <(E-Mail Removed)> wrote in message
news:eGe$(E-Mail Removed)...
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