Reputation: 79
In my program, After some actions a directory will appear. but for the next commands to perform I have to wait until that directory appears. I can provide directory path and the name of the directory(It's for Ubuntu). I want to wait till that directory appears. How can I do this with Python code (in Ubuntu)?
Upvotes: 0
Views: 1339