If meant if i stored that on disk, that piece of text, how would i open it up - but don't worry, i got that sorted.
I figured out how to open that specific file, now all i have to do is write a generic method which opens any file i give to it in the parameters. like
(const char * path, const char*mode)