Just about anything to do with files. It's ASP version of cffile in a way, but it has the advantage of knowing it's going to be running on a Windows machine. http://www.devguru.com/Technologies/vbscript/quickref/filesystemobject.html
You can even create a filesystemobject from within client side jscript....it's on every Windows machine. ----- Original Message ----- From: "Matthew Walker" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, April 15, 2002 7:27 PM Subject: RE: Directory Size > That's truly awesome! Can you do anything else cool with > Scripting.FileSystemObject? > > -----Original Message----- > From: Jon Hall [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 16 April 2002 11:15 a.m. > To: CF-Talk > Subject: Re: Directory Size > > > <cfobject type="COM" name="fso" class="Scripting.FileSystemObject" > action="CREATE"> > <cfset path = "c:\temp\"> > <cfset foldObj = fso.GetFolder(path)> > <cfoutput>#path# #foldObj.Size# bytes</cfoutput> > > jon ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

