I am working with files and after processing them, I need to save them with numerical names in an ascending order such as 1.txt, 2.txt and so on.
Manually I would do as below:
Variable_1 = "C:\\1.txt"
Variable_2 = "C:\\2.txt"
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
it’s as simple as this, but you could also use generators to create filenames (it’s up to you)