Forum Moderators: open
Javascript doesn't have access to the local file system. This is part of the browser security model that helps to protect users from malicious websites. You may be able to accomplish that using a Java application, browser plugin, or ActiveX control but never with pure Javascript.