Rocket Division Software

CD/DVD/Blu-Ray/HD-DVD recording, iSCSI and AoE (ATA-over-Ethernet)




 [ 6 posts ] 
AuthorMessage
 Post subject: Looking for certain features
Posted:
Offline

Joined: S
Posts: 55
Hi,

in the course of switching from NMS burning library to StarBurn I'll pobably search for couple of features. These already occurred me:

- Setting the file system type of data images (ISO level, Joliet/UDF/ISO)
- When verifying data discs, how can I find out which files failed verification?
- Can I set the hidden attribute of files and folders on data discs?
- Can I set the date of files and folders on data discs?

Do these features already exist? And if so, where can I find them?

Thanks in advance


Top
 Profile  
 
 Post subject: Re: Looking for certain features
Posted:
Offline
Site Admin

Joined: F
Posts: 3553
Location: British Virgin Islands
1) ISO9660 and UDF have different tree creation calls. If you want to create ISO9660 (+Joliet) you need to call:

StarBurn_ISO9660JolietFileTree_Create(...)

and ISO level is selected with the last BOOL in the parameters list (IN BOOLEAN p__BOOLEAN__IsLevel2). For UDF
you need to call:

StarBurn_UDF2_VolumeCreate(...)

2) Unfortunately in StarBurn we do report only LBA (logical block address) and size of failed region rather then the
content located as this place. We'll think about how to implement what you want.

3) StarBurn_ISO9660JolietFileTree_GetAttributes(...) and matched StarBurn_ISO9660JolietFileTree_SetAttributes(...)
change file attribtes for ISO9660 (+Joliet) and the same set exists for UDF.

4) StarBurn_UDF2_FileDirectoryDateTimeGet(...) and StarBurn_UDF2_FileDirectoryDateTimeSet(...) do what you want
for UDF and the same set exists for ISO9660 (+Joliet).

_________________
Regards,
Anton Kolomyeytsev

Rocket Division Software


Top
 Profile  
 
 Post subject: Re: Looking for certain features
Posted:
Offline

Joined: S
Posts: 55
OK...but is 1, 3 and 4 still missing in StarBurnX?


Top
 Profile  
 
 Post subject: Re: Looking for certain features
Posted:
Offline

Joined: T
Posts: 201
Hello,

1) Functionality requested in sections 3 and 4 still missing in StarBurnX;

2) Concerning to section 1 ... you should use the UDFDataBurner to make UDF discs and the DataBurner to make the ISO+Joliette discs;

Regards,

Dmitry


Top
 Profile  
 
 Post subject: Re: Looking for certain features
Posted:
Offline

Joined: S
Posts: 55
Ah, I see. Thanks for the information.


Top
 Profile  
 
 Post subject: Re: Looking for certain features
Posted:
Offline
Site Admin

Joined: F
Posts: 3553
Location: British Virgin Islands
We'll catch up with StarBurnX after V12 release.

_________________
Regards,
Anton Kolomyeytsev

Rocket Division Software


Top
 Profile  
 
 [ 6 posts ]