Move folder which containing Json and image files from one directory to another

Hi
I have sub folders in which some folder contains both json and image files but some folder contains only image files . I want to move that folder which contains both json and image files form one directory to another. Need workflow
Please help me out i am stuck in this situation.
Thank You
Akshay

This could help you buddy @Akshay_Singh
https://go.uipath.com/component/copyallsubfoldersfrommultiplefolderstoonefolder

Cheers

Thank You
Like how i can move that folder which contains both json and image files from one directory to another directory.
How i will move that folder which contains both json and image files form one directory to another?

1 Like

@Akshay_Singh,

Here you use move directory .

first you need to check the folder contains Json and Image files are not.
then you can use the command Directory.Move

2 Likes

hii Venkat
Can u provide me workflow for that how i will check the folder contains json and image files .

@Akshay_Singh,

Folderchecking.xaml (7.9 KB)

Here is the Xaml file which will check Json files or JPG files
if yes it will create folder and copy the files.