CopyFileAny
This code allows you to copy any file, including your application to another destination at runtime.Note: This code has only been tested on Windows 98 using Visual Basic 6.0 Original Author: Mike Owens Inputs Input file, output file Assumptions Note: This sub is only useful for copying inaccessable files. For regular files, the “FileCopy” sub should be called. An… Read More »