| reading a folder of files i'm trying to create a program which can read a perticualr type of file from a folder. i'm look for the all the files which do not end have an extension. the number of characters of each file name is 36 characters before the extention.
i.e. ABCDEFGHIJ LKMNO PQRST UVWXY ZABCD EFGHI.state
the file name is 36 characters up to but not including the decimal.
so basicly, all i want to know how to do is read in files which do not have an extension. the rest of the code, i think i could do by myself. |