MoveFileWithProgress

I dont know where to put it else but ive got a problem with MoveFileWithProgress using the winapi.
I'd like to move a folder from a cdrom to my root folder(c).
Actually it gives me the error code 5(Access Denied). If I move the folder from my root drive c to another folder on the same volume it works without any problems.
Even if I try to move it from another volume to my c drive or vice versa it doesnt work.


Answer this question

MoveFileWithProgress

  • RajLakamana

    well actually i cant even copy to other volumes (including harddrivers and thumb drives)

  • davidjmsdn

    No can do... your cd rom is read only and so you can only copy the data, not move it without getting into erasing the disk which gets tricky.



  • MoveFileWithProgress