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