Posts by Sidnei Sanches • 45 points
2 posts
-
4
votes2
answers1359
viewsQ: Search specific value within a file . txt C#
I have a. txt file with the following lines: 000-000 = CRT 001-000 = 00000021 009-000 = 00 012-000 = 247823 013-000 = 0000559877 022-000 = 24082017 023-000 = 152842 032-000 = 80F1 100-000 = JORGE…
-
0
votes2
answers271
viewsQ: Check if file exists for 20 seconds C#
I’m making a module that works with file exchange and the documentation asks to wait 20 seconds for the status file xxxxxxxx.However, I do not know how to implement this in C#. I was trying…