About
Digital Colony is the technical web site for Michael Allen Smith of Seattle.
Tag Archives: FileInfo
Log Events in Classic ASP to File System
Here is some code I created many years ago to log events on a web site using Classic ASP. All the code was placed into an include file called logEvent.asp. logFile = “C:\SomePath” Sub LogEvent (pageName, user, message) Const ForWriting … Continue reading
Delete Files using C#
When I first wrote the original version of the Mask Email Image Generator (Email Obfuscator), I didn’t bother to add any code to periodically remove the images from the server. Yesterday I discovered it had almost 50,000 images in that … Continue reading
