Javascript and the filesystem

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
uberpolak
Forum Contributor
Posts: 261
Joined: Thu Jan 02, 2003 10:37 am
Location: Next to the bar

Javascript and the filesystem

Post by uberpolak »

Does anybody know if javascript can do anything with the filesystem? Particularly copying files from one place to another? If so could somebody point me at a good reference on how to do this? I've done some searching and haven't found anything useful. Thanks.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

no access to the filesystem via javascript
Skyzyx
Forum Commoner
Posts: 42
Joined: Fri Feb 14, 2003 1:53 am
Location: San Jose, CA

Post by Skyzyx »

You'd need to learn Microsoft VBScript, of course this will only work for Windows...
Post Reply