If you face following error: "java.io.FileNotFoundException: the system cannot find the file specified" and error similar to below is visible in logs: Exception in ...
System.IO.IOException: The process cannot access the file 'C:\Users\cbmay\AppData\Local\Microsoft\PowerToys\PowerToys Run\Settings\UserSelectedRecord.json' because it is being used by another process.
System.IO.Abstractions is nice way to abstract real file system - I think it works currently only on real file system and tries to abstract it's usage. Ideally I think not only file system should be ...