You can't. An App Engine app runs somewhere in one of Google's data centers 
and has no access to the client's computer. Nor should it, when you 
consider the security implications of such a thing.

However, a web app can store its own data locally within the user's 
browser, with HTML5 web storage 
<http://www.w3schools.com/html/html5_webstorage.asp>. If you only need to 
store a few variables, you can also use cookies 
<http://www.w3schools.com/js/js_cookies.asp>.

On Tuesday, November 8, 2016 at 12:19:58 PM UTC-5, Elizabeth Sedeño Osorio 
wrote:
>
> I need to create files and folders on the client's computer, how can I do 
> it?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/064343a5-c696-4535-bc68-dffbcd11f462%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine] C... Elizabeth Sedeño Osorio
    • [google-appengi... 'Adam (Cloud Platform Support)' via Google App Engine

Reply via email to