primoburner / primoburner-support

PrimoBurner Support
1 stars 0 forks source link

Import Last FileSystem layout #5

Open fengjiannan2010 opened 2 months ago

fengjiannan2010 commented 2 months ago

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

vkantchev commented 2 months ago

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).

vkantchev commented 2 months ago

See DataDisc.LoadFromDisc