I am currently in the process of writing a script that will parse a file for a specific string and rename the file to that string. However, the files that this script will be dealing with do not have file extensions. They are readable in any text editor, but they do not have a file type other than the generic "FILE" type in their properties window.
I have tried researching this for a few days now and have been unsuccessful in finding any documentation specific to my problem. So is there any python method of opening, reading, renaming, and saving a file that has no specified file extension?