Folder Idle Time

While($true) will always be true. Look how it’s done in the do while loop, the condition is being checked. I’m not trying to sound rude, but it seems you’re trying to accomplish your task without learning a thing. I urge you to take a step back, slow down, break things up into smaller chunks. Play with a while loop by itself until you learn how it works. Then move on to other portions before finally combining them together.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.