Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 88042 invoked from network); 10 Feb 2005 10:15:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Feb 2005 10:15:27 -0000 Received: (qmail 39511 invoked by uid 500); 10 Feb 2005 10:15:24 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 39428 invoked by uid 500); 10 Feb 2005 10:15:24 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 39414 invoked by uid 99); 10 Feb 2005 10:15:24 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from smtp003.mail.ukl.yahoo.com (HELO smtp003.mail.ukl.yahoo.com) (217.12.11.34) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 10 Feb 2005 02:15:22 -0800 Received: from unknown (HELO PORTSRAULT) (ksbrault@82.252.216.136 with login) by smtp003.mail.ukl.yahoo.com with SMTP; 10 Feb 2005 10:15:19 -0000 From: =?iso-8859-1?Q?St=E9phane_Rault?= To: "'Jakarta Commons Developers List'" Subject: [VFS] Asking for a solution with Zip files Date: Thu, 10 Feb 2005 11:15:18 +0100 Message-ID: <000d01c50f59$6c4f75e0$0300a8c0@PORTSRAULT> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <000e01c50eda$da46f570$0300a8c0@PORTSRAULT> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N OK, my problem is that I want to create some files in an inexisting location. I've understood that i can't resolveFile like zip:file://c:/temp/toto.zip!/myFile.txt if toto.zip doesn't exist. But How can I manipulate the URL to create first the file and then = create its son. (The same question is available if the URL is ftp://myserver.fr/myNotCreatedDirectory/theFileIWantToPut.ext). Did someone have a tip for me or do I have to parse theURL on my own to = do the trick ? Thanks in advance... St=E9phane. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org