[Qt-interest] QFile in virtual disk

Bachrach, Robert L rob.bachrach at tycoelectronics.com
Wed Feb 4 13:21:31 CET 2009


Teo wrote: 
> I need to use a QFile (o.s. Windows) that writes and reads 
> data not on disk but in memory (virtual disk).
> Is there the possibility without using windows API?

Look at QBuffer.  It acts like a file, but writes/reads using a QByteArray.

Rob



More information about the Qt-interest-old mailing list