| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #3 (permalink) |
| New on Forum Join Date: Sep 2003
Posts: 6
| Data Writing I am having the hardest time trying to write a folder and then a file inside that folder. I get the folder written then when I write another folder i overwrite the original. VB6 and NeroCom any code examples to help would be superb |
| | |
| | #4 (permalink) | |
| New on Forum Join Date: Aug 2003
Posts: 4
| Re: Data Writing Quote:
Code:
Dim isoTrack As New NeroISOTrack
Dim rootFolder As New NeroFolder
Dim subFolder As New NeroFolder
Dim file As New NeroFile
file.Name = "my file"
file.SourceFilePath = "c:\autoexec.bat"
subFolder.Name = "my sub folder"
subFolder.Files.Add file
rootFolder.Folders.Add subFolder
isoTrack.Name = "my_cd"
isoTrack.BurnOptions = NERO_BURN_OPTION_USE_JOLIET Or NERO_BURN_OPTION_CREATE_ISO_FS
isoTrack.rootFolder = rootFolder
drive.BurnIsoAudioCD "", "", False, isoTrack, Nothing, Nothing, NERO_BURN_FLAG_WRITE, 4, NERO_MEDIA_CD Stephen | |
| | |
| | #5 (permalink) |
| New on Forum Join Date: Sep 2003
Posts: 6
| Thanks I really appreciate your reply. It has helped me closer to my goal. Also, have you come across multisessions before? I understand you have to import the iso tracks from the disc and add them to the new write process but I am unsure of the code. Any Ideas? |
| | |
| |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is it possible to burn data CD programmatically via VB.Net | MissouriTiger | Nero SDK Discussion Forum | 5 | 2 Days Ago 10:39 |
| Why doesn't the data track on a disc go after an erase | RCM | Blank Media | 11 | 27-12-2007 15:06 |
| multi track dvd data | storm1993 | General Software | 0 | 13-10-2006 05:21 |
| Where can i find sample codes on burning image data in VB using Nero SDK | ibulseco | Nero SDK Discussion Forum | 0 | 01-08-2006 08:22 |
| Sound data in space before each track | whatsit | General Software | 5 | 25-11-2005 02:13 |