#1 Burning Software

It is currently Sun Apr 28, 2024 5:04 pm

All times are UTC




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Creating ISO file with empty directories
PostPosted: Thu Jun 04, 2009 8:04 am 
Offline

Joined: Thu Jun 04, 2009 7:48 am
Posts: 1
Hello,

I'm using MagicBurner Delphi libraries for creating .ISO file from a set of folders. My folder structure contains different folders. So, i have used the InsertDir method to insert the directories into the .ISO file. Though the .ISO file created correctly, i noticed that the directories which are empty (No files inside the folder) are not added to the .ISO file.

I wrote the following code

Code:
sSrcDir := LblEdtCDImage.Text ;
  sISOFile := AddBackSlashF(ExtractFilePath(Application.ExeName)) + 'Output\CDImg1.ISO';
  mcdb.InsertDir('\',sSrcDir,'*.*');
  mcdb.Prepare(True,Nil);
  mcdb.SaveToISOFile(sISOFile) ;



I need to keep the empty folders also in the .ISO file. Is there any way to do it?

I need the solution urgently. So ur quick response will help me a lot.

Thanks in advance!!

Kind rgds
Venkat


Top
 Profile  
 
 Post subject: Re: Creating ISO file with empty directories
PostPosted: Thu Jun 04, 2009 9:49 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
For Magic burner please contact Magic burner support (I guess missing). If you've paid money for what we offer for free... Well... No comments :)

== Thread Closed ==


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 22 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