Has anyone be able to create or delete a file located in a PC File Share
folder? I keep getting a "UnauthorizedAccessException". I need to be able to
delete the file on the PC after the mobile device grabs a copy of the file.
The copy is working so I know I have a connection. I've opened all
permissions on the PC File Share but can't delete the file. I'm using the
file.delete("fullPath") method.
Thanks,

Signature
Billy
billyste - 20 Jul 2006 16:24 GMT
I found out what my problem was. The share permissions were not being set.
Once I allowed 'write' the create and delete worked.

Signature
Billy
> Has anyone be able to create or delete a file located in a PC File Share
> folder? I keep getting a "UnauthorizedAccessException". I need to be able to
[quoted text clipped - 4 lines]
>
> Thanks,