[racket] string to file

From: Jos Koot (jos.koot at gmail.com)
Date: Mon Apr 22 07:51:07 EDT 2013

You already have the file, isn't it?
If you want to convert the string to a new file, open it with the
appropriate #:exists keyword argument and write.
If you want an input string, use open-input-string.
Jos


  _____  

From: users-bounces at racket-lang.org [mailto:users-bounces at racket-lang.org]
On Behalf Of deepak verma
Sent: viernes, 19 de abril de 2013 16:47
To: users
Subject: [racket] string to file


if we convert a file into a string using file->string 
how do we get back the file?


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130422/5f2b41b8/attachment.html>

Posted on the users mailing list.