#1 Burning Software

It is currently Thu Dec 19, 2024 7:07 am

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Does some easy way to get files from image files?
PostPosted: Sun May 27, 2007 1:36 am 
Offline

Joined: Fri Mar 30, 2007 5:44 am
Posts: 3
We can add files and build tree to build a image file,

We can also open a image file and get the file information (name, ....) .

But can we copy a file from a image file to a hard disk location?


Top
 Profile  
 
 Post subject: Re: Does some easy way to get files from image files?
PostPosted: Sun May 27, 2007 10:43 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Use StarBurn_CdvdBurnerGrabber_ImportFile(...) API to "suck" file content into the tree. Pasrsing the tree you'll have starting LBA and file length. It would be quite trivial to SetFilePointer(...) and ReadFile(...) knowing it's position and length inside the image :)

denny.wang wrote:
We can add files and build tree to build a image file,

We can also open a image file and get the file information (name, ....) .

But can we copy a file from a image file to a hard disk location?


Top
 Profile  
 
 Post subject: Re: Does some easy way to get files from image files?
PostPosted: Mon May 28, 2007 6:31 am 
Offline

Joined: Fri Mar 30, 2007 5:44 am
Posts: 3
Can't found the API StarBurn_CdvdBurnerGrabber_ImportFile both in help file and samples. I had updated to 7.2.

:(
anton (staff) wrote:
Use StarBurn_CdvdBurnerGrabber_ImportFile(...) API to "suck" file content into the tree. Pasrsing the tree you'll have starting LBA and file length. It would be quite trivial to SetFilePointer(...) and ReadFile(...) knowing it's position and length inside the image :)


Top
 Profile  
 
 Post subject: Re: Does some easy way to get files from image files?
PostPosted: Mon May 28, 2007 8:31 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
I'm an idiot :( The name is actually:

"StarBurn_ISO9660JolietFileTree_ImportFile"

and there was a wrong description in the header (fixed for now). Thanks for poining :)

denny.wang wrote:
Can't found the API StarBurn_CdvdBurnerGrabber_ImportFile both in help file and samples. I had updated to 7.2.

:(
anton (staff) wrote:
Use StarBurn_CdvdBurnerGrabber_ImportFile(...) API to "suck" file content into the tree. Pasrsing the tree you'll have starting LBA and file length. It would be quite trivial to SetFilePointer(...) and ReadFile(...) knowing it's position and length inside the image :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 29 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group