We've all been there: We're using code to automate something and send to a specific file, or attempting to relocate a file from one folder to another. We find the file and think it's available to open ...
You know how much it irritates you when you wish to move a file, and you get a message saying the file is locked and you cannot move or delete it. This might happen due to the file being in use with ...
Microsoft’s file hosting service, OneDrive is extensively used by Windows users to access files, folders, photos from anywhere irrespective of the device you use. Additionally, it allows users to ...
Privacy, privacy, privacy. The word on everyone’s lips is making its way to our smartphones. And after seeing which are the best apps to hide or lock files on ...
You never know when one of your files might reach someone it wasn't intended to reach—perhaps through an email forward, a USB stick left behind on a desk, or maybe ...
Windows only: Determine what programs are using a locked file with freeware utility, WhoLockMe. We recently covered how to delete locked files, but let's say—rather than using a brute force solution ...
Creating a lock file (say, in /tmp) is a common approach. On launch, check to see if the file already exists. If it does, exit. Otherwise, create it and continue. This can lead to problems if your app ...