You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Hauke Rabe (JIRA)" <ji...@apache.org> on 2010/04/26 10:54:32 UTC

[jira] Created: (VFS-306) FileObject moveTo failed due nonexistent file

FileObject moveTo failed due nonexistent file
---------------------------------------------

                 Key: VFS-306
                 URL: https://issues.apache.org/jira/browse/VFS-306
             Project: Commons VFS
          Issue Type: Bug
    Affects Versions: 1.0
            Reporter: Hauke Rabe


The FileObject moveTo method should delete the destFile if it exists. But if the destFile is out of sync deletion will fail and throws an exception. 

But if I want to delete a file which does not exist should not throw an exception cause thats just what I want.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.