Endymion1
12-12-2003, 09:36 PM
I feel like I'm missing something here, I was fluent in AMS 4, now that I've moved to AMS 5 I am impressed but it is much more technical, which is good, but I need time to learn.
Anyways, can you have variables in a file.copy? here is what I want to do:
abc = Dialog.FileBrowse(true, "Locate File", _DesktopFolder, "file (abc.exe)|abc.exe|", "", "dat", false, true);
File.Copy("abc"(this is a newer, different file from CD) , abcthis is the variable, can i not use it? do i need a string? , true, true, false, true, nil);
Please help
Anyways, can you have variables in a file.copy? here is what I want to do:
abc = Dialog.FileBrowse(true, "Locate File", _DesktopFolder, "file (abc.exe)|abc.exe|", "", "dat", false, true);
File.Copy("abc"(this is a newer, different file from CD) , abcthis is the variable, can i not use it? do i need a string? , true, true, false, true, nil);
Please help