In my application during Debugging I want to check if the file was created in the application directory.
This file exists under path. The if (! File.Exists (pathFile)) method always returns false.
How to fix it?
EDIT: https://media.discordapp.net/attachments/580708522589683722/640902364903112734/unknown.png