Actually I have a lot more questions than this about this application that I'm working on, but this will at least get me started.
I'm trying to get my app to look for a specific filename (C:\test.txt) we'll say. Every 100ms. Once the file exists, I want to run a ReadAllText on it and then delete the file.
Can someone help me with the syntax for that?
Thanks a bunch in advance!