Minor bug: If an alias uses
#filecontents and the file exists and is empty then FARR locks that file.
To reproduce:
1. Make an alias with this as Results
#filecontents C:\test.txt
2. Create the empty file "C:\test.txt"
3. Run the alias
4. close FARR
5. try to delete or write to "C:\test.txt"
This might also affect the
fileresults command, I haven't had time to test that yet.