Hi,
Andrew said:
Hikks:
JScript has access to the client file system, as Sergio mentions, with
the help of ActiveX. It just doesn't automatically have it in IE's
default security configuration. It is this ActiveX control that "script
kiddies" utilise in their beloved email-borne "viruses". The only thing
it can't do is rename files (directly) or set access permissions on
them, although if you can get FSO to run in the first place you can
probably get a shell object running as well and do those things with the
command line!
To be totally exact: Client-side JScript does *not* have access to the
client file system. ActiveX, under certain conditions (relaxed security
environment) has access to the client file system, and JScript can,
under certain circumstances, script ActiveX components.
Sergio:
No, unless you write your own plug-in!
There is one way in Netscape, using the Java objects (java.io.File and
the likes). I am not sure, however, that it will work on Macintosh.
Laurent