Move files from Downloads folder to another

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 ?

Hello @Usha_Khose,

Please see here:

Best,

step 1 Directory.GetFiles(“filepath”,“.”,system.IO.SearchOption.AllDirectories).First

then use move file activity

File from download.xaml (19.6 KB)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.