And also, a question about it (which ever way I decide to go): I need to either read a certain file (for example: file.txt) or if it is not existing, I need to create the file (file.txt). How would I approach this? What functions?
CreateFile()