There is a property "nativeLeafName" (readonly) on the nsIFile interface( cf. XULPlanet). I try to access this property in my JS code, I suppose it maps to the GetNativeLeafName method.
If you look at the nsIFile interface, you will see that the nativeLeafName attribute is [noscript]. From script you should always use the leafName property, which handles unicode character conversion.
--BDS _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
