I have about 1500 .txt files within a folder named 3410001ne => 3809962sw. I need to subset about 470 of these files to process with a Python script. Below is the section of code prior to my for loop which lists all of the files in a folder:
# Get the list of the text files to process
txt_list = arcpy.ListFiles("*.txt")
How can I subset the folder contents to include 470 of 1500 files ranging from 3609902sw => 3610032sw?