Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Last FileSystem layout #5

Open
fengjiannan2010 opened this issue Apr 30, 2024 · 2 comments
Open

Import Last FileSystem layout #5

fengjiannan2010 opened this issue Apr 30, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@fengjiannan2010
Copy link

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
Copy link
Contributor

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 vkantchev added the enhancement New feature or request label Apr 30, 2024
@vkantchev
Copy link
Contributor

See DataDisc.LoadFromDisc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants