It is all object this and object that from now on. No more API calls
or Dir$ for me.
That's all well and fine, if somewhat pointless. FSO is slower, adds
overhead and is disabled on some systems due to the security issues it
presents. If you want to use an object model instead of API calls then
create a wrapper class for them; that's all FSO is when you really look at
it. It's just poorly implemented.
--
Reply to the group so all can participate
VB.Net: "Fool me once..."
Re: Fastest directory listing method ... So far, using FSO, the response appears to be much slower than explorer. ... since FileLen and FileDateTime each require an additional disk access.... Also using it to recurse subdirs is awkward. ... (microsoft.public.vb.general.discussion)
Re: Set a value to a hidden field in a web page ... Check if the fso object is set. ... Do you have yet tweaked security?... If I remember when security is not tweaked, ...server side even if you don't want to upload this file. ... (microsoft.public.dotnet.framework.aspnet)
Re: Compare file dates ... affair with the FSO.... So aside from overhead (which I have not observed to be a ...API calls make our code fast and powerful. ... Scripting is to high up to ladder of abstraction to be warrented. ... (microsoft.public.vb.general.discussion)
Re: PIE jscript ActiveX Scripting.FileSystemObject ... TH is right - there are huge security concerns with these objects. ... pretty sure you can't run that from PIE -- actually due to security issues I ... him and seeing if he'll give you the FSO code.... >> On standard "Windows" Internet Explorer, we should use the ActiveX... (microsoft.public.pocketpc.developer)
Re: IE on Mac OS users - your expertise needed ...high security regulation domain.... It seems to me that there are suitable methods for downloading server content to client accessible storage without resorting to FSO.... It should be handled on the server and delivered back as a file type that the browser knows to suggest be saved. ... (comp.lang.javascript)