Why not move the files, rather than copy then delete?
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have an app that copies files from one directory to another and then
> deletes the files from the original directory.
>
> I have full permissions on the directories in question and can copy and
> delete manually with no problem; however, while I can copy files
> successfully using VBA (FileCopy), attempts to delete files (Kill or
> [FileSystemObject].DeleteFile) return error 70 "Permission denied".
>
> LAN staff have not been able to find the problem - all permissions on
> the directories in question are apparently correct.
>
> I'd appreciate any suggestions.
>
> Thanks
> Dave
>