[
https://issues.apache.org/jira/browse/VFS-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563417#action_12563417
]
Mario Ivankovits commented on VFS-195:
--------------------------------------
It depends as you can also write
zip:///home/im/Downloads/10387.zip!/
which works perfectly too.
so you can leave out the "//" only if you nest other filesystems like in
"zip:file".
Yes, documentation can be better, but I am really poor in doing so (or too lazy
;-) ) so any contribution in this area is very welcome.
Ciao,
Mario
> Unable to get Zip file URL working on Windows machine
> -----------------------------------------------------
>
> Key: VFS-195
> URL: https://issues.apache.org/jira/browse/VFS-195
> Project: Commons VFS
> Issue Type: Bug
> Affects Versions: 1.0
> Reporter: Rajiv Kumar
>
> Could not get the Zip file URL working on Windows machine? Tried following
> formats.
> zip:file:/C:/Temp/source/test.zip --- Invalid Absolute URI
> zip:file:/C:/Temp/source/test.zip! --- Invalid Absolute URI
> zip:file://C:/Temp/source/test.zip --- Invalid Absolute URI
> zip:file:/C:/Temp/source/test.zip! -- Invalid Absolute URI
> zip://file:/C:/Temp/source/test.zip --
> org.apache.commons.vfs.FileSystemException: Could not copy because it does
> not exist.
> zip:///C:/Temp/source/test.zip! - Could not copy because it does not exist.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.