Posted 17 June 2012 - 12:59 AM
Effectively I am trying to make an installer/uninstaller for a program, how do I programatically copy a file from the disk to the root directory of the console. I was thinking this
fs.copy("file", ".. /file")
[/CODE
however it is telling me Invalid path, though if I was to type that as a shell command it would work.
So I am a bit confused.