AIR保存文件

var file:File = new File(“C://abc.txt”)

var fs:FileStream = new FileStream()

fs.open(file,FileMode.WRITE)

fs.position = 0

fs.writeUTFBytes(“http://https://https://amyflash.com”)

fs.close()

这样就会在C盘生成一个内容为”http://https://https://amyflash.com”的abc.txt文件..

发表评论?

0 条评论。

发表评论


注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>