Please can someone help me:
Here what I want to do:
search for C:\windows If found
File.Copy("AutoPlay\\Docs\\file.txt", "C:\\windows\\", true, true, false, true, nil);
else
Search for D:\winodws folder If found
File.Copy("AutoPlay\\Docs\\file.txt", "D:\\windows\\", true, true, false, true, nil);
hope this is clear;
![]()

