I have created folder where i'm copying 3 source files. I want to check files exist in folder or not? if any file is missing from that folder then print the file name and pick that file from archive folder.
Source files name-
File1.xlsx
File2.xlsx
File3.xlsx
Archive name -
source_files.zip
Suppose File2.xlsx is missing in the folder then this file will be pick from archive and copy into that source file folder.
Please help me to implement this logic.