I've got a problem when using _taccess() function:
int nAccess = _taccess("x:", 06);
x
is my DVD-ROM. This function returns different result in WinXP and Win7:
in WinXP, the function returns -1, which indicates it is NOT writable.
But in Win7, the function returns 0, which indicates it is writable.
How does it happen? So what can I do if I want to check DVD-ROM (such as "x:") writable?