I am attempting to write a script to automate a file copy step in an
installation process. Specifically to copy a .dll file from the installation
folder to the System32 folder. The problem is that I cannot be certain of the
path of the source file. My thought was to use GetAbsolutePathName to return
the path of the file then use the result as the source for FileCopy.
Unfortunately, that didn't work. Can anyone assist?

Thanks
Debra