I have a class that unzips a file first and then looks for a file in the extracted folder to replace it. however, when I run it. it executes the find file before unzipping the file and hence produces error. how can i solve it? how can i make one resource to run after another?
↧