i want to move multiple csv files from C-drive i.e. from C:\Users*\Downloads to another folder but getting error could not find path
is it suppoesd to be C:\Users\Downloads
not C:\Users*\Downloads
?
step 1 Directory.GetFiles(“filepath”,“.”,system.IO.SearchOption.AllDirectories).First
then use move file activity
1 Like
File from download.xaml (19.6 KB)
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.