Im wondering how i can make it so i only read certain info from a txt file, for example "Name=Joe" i only want to read Joe. Although Joe can be anything really since im trying to make a user config file.
Typically you'd want to parse the input file so that you can recognise the different types of data. This example specifically looks for "Name". You may want something more general, but this could be a start.