Re: [appengine-java] Creating Folder/Directory at Runtime

2010-09-30 Thread andy stevko
No - all local disk write access is not permitted. http://code.google.com/appengine/docs/java/runtime.html The Filesystem A Java application cannot use any classes used to write to the filesystem, such as java.io.FileWriter. An application can read its own files from the filesystem using classes

[appengine-java] Creating Folder/Directory at Runtime

2010-09-30 Thread Norberto Ramirez II
Hi! Is creating a folder at runtime allowed? I was trying to create a folder but I'm getting the following error. java.security.AccessControlException: access denied (java.io.FilePermission \testfolder write) Thank you! -- You received this message because you are subscribed to the Google Gr