cancel
Showing results for 
Search instead for 
Did you mean: 

How to archive all the files from one directory to another directory

Former Member
0 Kudos

Hello Experts,

I have script which archives one file to archive folder but now I want to move all the files from the source folder to another folder. If I use *.txt in the variable, it is not working.

Any ideas, how do I achive this.

Thanks,

Nis

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can use exec() command to move the file. Specify the path of new and archived file location with *.txt as file name.

Arun

Former Member
0 Kudos

Thanks..

Answers (0)