votes
about integers
I have a file containing a number in its name. How do I extract that number and increment for each new file i make? For example, when i create a new file, the name of it will be [ztest_1_obs.txt]. [code] FileInfo[] fi = di.GetFiles(); ...
