local file access with javascript
Posted
by Jared
on Stack Overflow
See other posts from Stack Overflow
or by Jared
Published on 2008-12-16T16:43:00Z
Indexed on
2010/05/06
11:08 UTC
Read the original article
Hit count: 185
JavaScript
|file-access
is there any local file manipulation that's been done with javascript? i'm looking for a solution that can be accomplished with no install footprint like requiring AIR.
specifically, i'd like to read the contents from a file and write those contents to another file. at this point i'm not worried about gaining permissions, just assuming i already have full permissions to these files.
© Stack Overflow or respective owner