Hello Jayson!
JJC> Hi,
JJC> I have a web application which requires reading of the chinese files on
JJC> the server (Windows NT) and importing them.
JJC> But in java it seems this is impossible. Most of the windows applications
JJC> also give error ( "????? cannot be found")
JJC> WIndows NT is english with chinese fonts installed.
Try this
File f = new File("c:\path-to-the-directory");
String dir[] = f.list();
see what you have in the dir array.
Do you see your file there?
- Anton
[EMAIL PROTECTED]
[EMAIL PROTECTED]
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html