Yes, GaeVFS (http://code.google.com/p/gaevfs/) provides access to the local file system so that you can use a single API for accessing both local and "virtual" files. However, local files are read-only; and, you cannot create a virtual file with the same path and name as a local file.
Vince On Thu, Sep 24, 2009 at 5:10 PM, Sam Sach <[email protected]> wrote: > > Never mind. I think I answered my own question. > > --Sam > > On Sep 24, 4:20 pm, Sam Sach <[email protected]> wrote: >> Sorry, I meant to write: "if gaevfs is READ only to local file >> systems". >> >> --Sam >> >> On Sep 24, 4:15 pm, Sam Sach <[email protected]> wrote: >> >> > I'd just like to know if this is possible -- or if GAE is write only >> > (to local file systems)? >> >> > --Sam > > > --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
