I've understood that i can't resolveFile likeBad news: The ZipFileProvider does not support creating/updating zip-files. :-(
zip:file://c:/temp/toto.zip!/myFile.txt if toto.zip doesn't exist.
The same question is available if the URL isFileObject fo = VFS.getManager().resolveFile("ftp://myserver.fr/myNotCreatedDirectory/theFileIWantToPut.ext");
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]
