St�phane Rault wrote:
I've understood that i can't resolveFile like
zip:file://c:/temp/toto.zip!/myFile.txt if toto.zip doesn't exist.
Bad news: The ZipFileProvider does not support creating/updating zip-files. :-(
The same question is available if the URL is
ftp://myserver.fr/myNotCreatedDirectory/theFileIWantToPut.ext.
FileObject fo = VFS.getManager().resolveFile("ftp://myserver.fr/myNotCreatedDirectory/theFileIWantToPut.ext";);
fo.getParent().createFolder();
fo.createFile();



Hope this helps, though I didnt think so.

---
Mario


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to