Solved
Forum Discussion
5 Replies
- Marsha_R
Champion Level 3
What happened when you tried it?
- MrunalContributor
You probably want to do something like
from = KeywordTests.Test1.Variables.DB.Value("A"); to = "D:\\New folder\\Copy"; aqFileSystem.CopyFile(from, to, false);
If you've set up your DB to use the first row as the column name, then you'll need to use Value("Path") ,