DataMiser - Have to agree the standard I/O are nice. I use them for binary/random file access. I just prefer to use the filesystemobject for text files since it provides nice ways of verifying the folder/file exists without getting into error handling routines.

I also find working with the filesystemobject makes my code more readable. But that my just be my experience since I have spent more time with text files then binary/random.