Author: SSWUG Research

Community

Quick Tip: Performing an FTP rename

(Nigel Rivett) A common requirement is to process files from an FTP directory. Often this is done by processing every file in the directory and moving each file to an archive directory after processing. Therefore, on the next run, the “live” directory will only contain unprocessed files and the “arc

Community

Exception Handling in .NET 2.0

(Uday Denduluri) Exceptions are unusual error conditions that occur during execution of a program or an application. Most of the programmers concentrate more towards the core functionality and, hence, handling of the exceptions is neglected. It is commonly observed practice that placing a try and ca