Hi guys,

I created a folder "download" under "war", then deployed it to the server,
but can't find the folder in the server, I tried to enum the folders under
"war" by code, and found only the "download" folder has disappeared.

the code I used is:

   File fileDownload = new File("");

String[] files = fileDownload.list();

for (int i = 0;i < files.length;i ++) {

    logger.info(files[i]);

}


other folders like "css" are all exists, except the "download" folder.

can anyone tell me why?




-- 
Best regards,
Yuhui

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

<<attachment: Screen shot 2011-02-28 at 5.38.40 PM.png>>

Reply via email to