I am writing a file handling application that uses the FSO object from the scripting runtimes. Using it with large files causes overflow errors. What other methods are available for handling large ...
If the file is for your internal purposes, what you did is fine and well. But if this is to go to a production environment, you should consider trashing the file if there is a chance that it is ...