Windows does not allow one to delete a file if there is a process that has
an open handle to it
Thank you for the hint! I'll check whether the dir is locked by a process.
I do not know if the sync
task checks if file deletions actually succeed. It is common for Java
programs to not check the r
On Sat, Sep 17, 2016 at 5:05 PM, Al Le wrote:
> But sometimes, after the sync, I see that dirs which do not exist on the
> share are not deleted on the local file system. Instead, just the files in
> the dirs are deleted.
>
> I still have not been able to track down when exactly it happens.
Someti