Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 22984 invoked from network); 29 Nov 2006 08:23:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Nov 2006 08:23:22 -0000 Received: (qmail 5068 invoked by uid 500); 29 Nov 2006 08:23:26 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 5011 invoked by uid 500); 29 Nov 2006 08:23:25 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 5000 invoked by uid 99); 29 Nov 2006 08:23:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Nov 2006 00:23:25 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [213.175.172.98] (HELO lb-bto-exch-01.bto.lb.ccc) (213.175.172.98) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 29 Nov 2006 00:23:13 -0800 Received: from lb-mob-dc-01.mob.lb.ccc ([10.13.1.3]) by lb-bto-exch-01.bto.lb.ccc with Microsoft SMTPSVC(5.0.2195.6713); Wed, 29 Nov 2006 10:22:42 +0200 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C7138F.8A22FFA0" Subject: (VFS) FileObject - FileName x-mimeole: Produced By Microsoft Exchange V6.0.6603.0 Date: Wed, 29 Nov 2006 10:22:42 +0200 Message-ID: <6166033698E12146A2CA04FDF01642F11E3FB5@lb-mob-dc-01.mob.lb.ccc> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: (VFS) FileObject - FileName Thread-Index: AccTj4ni/zu8cRgmQZS1NeViAzXKog== From: "Nadim Murr" To: X-OriginalArrivalTime: 29 Nov 2006 08:22:42.0769 (UTC) FILETIME=[8A778C10:01C7138F] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C7138F.8A22FFA0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, =20 I'm working with the VFS API, when debugging I noticed the any instance of FileObject holds a private String variable called fileName.=20 How can I access this variable through an instance of FileObject? =20 I have tried fileObject.getFileName(); which returns a FileName Object with many getter methods, non of which return the same value contained the fileName variable... =20 Thank you... ------_=_NextPart_001_01C7138F.8A22FFA0--