Hi all

Working on Qt4.2 on my Intel MAc

I am trying to open a file in read write mode using

QIODevice::ReadWrite
But it returns -1 value.

I also tried using
O_WRONLY
this

then also its not working

What can I do Pls help.

Thanx