1
Blog maintenance ahead – source code formatting Thanks for the new plugin implemented in Alex Gorbatchev’s SyntaxHighlighter project. The all pages containing code examples will be updated. New Look The example below is taken from my Text File Compare sample solution. Set FSO = CreateObject("Scripting.FileSystemObject") boolRC = FSO.FileExists(sFile1) If Not boolRC Then TextFileCompare = "" [...] ...

