Accessing streams in windows console project

closed account (4Gb4jE8b)
In windows (or at least some versions of windows) there is a functionality that allows for certain types of files to have streams which can be accessed pretty much (to my knowledge) only through command prompt (notepad myexample.txt:mystream.txt) However when using fstream you can't do something like myfstream.open("myexample.txt:mystream.txt"). Though no error will be returned, upon checking the stream through cmd, no stream would have been made. Is there any way of doing this?
Topic archived. No new replies allowed.