Thread: FAT creation
View Single Post
Old Dec 6th, 2005, 1:33 PM   #15
BungalowBill
Programmer
 
Join Date: Dec 2005
Posts: 40
Rep Power: 0 BungalowBill is on a distinguished road
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)
BungalowBill is offline   Reply With Quote