You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assuming the file info like disc address and size are correct, then after calling BlockDevice.FinalizeDisc the files should be visible and accessible by the OS (like any other standard file).
I have used this sample code:
https://github.com/primoburner/primoburner-samples-legacy/blob/main/windows/net/samples/BlockDevice/MainClass.cs#L337
Now I can burn and read files. I recorded the address and size of the file myself, and used BlockDevice.FinalizeDisc to write the file system layout. I hope you can provide an interface to get the address and size of the burned file through the CD. , so that I can append the file system layout using BlockDevice when burning multi-session
The text was updated successfully, but these errors were encountered: