Go Back   Club CDFreaks - Knowledge is Power > International Chat: Software related > Nero SDK Discussion Forum


Commercial message



Nero SDK Discussion Forum Discuss, Please help, i am stuck. at International Chat: Software related forum; Hello, I posted this a few days ago and havent heard anything yet. My file names get cut of, for instance, if i am burning a file called 1111111111111 1 1111111.jpg, it will change it to something like 1111.jpg. anyone have any ideas.... please see code below. thanks.


Reply
 
Thread Tools
Old 09-02-2006   #1 (permalink)
New on Forum
 
Join Date: Feb 2006
Posts: 4
Please help, i am stuck.

Hello, I posted this a few days ago and havent heard anything yet. My file names get cut of, for instance, if i am burning a file called 1111111111111 1 1111111.jpg, it will change it to something like 1111.jpg. anyone have any ideas.... please see code below. thanks.







ReDim File(nFiles) As NeroFile

Dim ct As Integer
ct = 1

Set fld = fso.GetFolder(dirforburn)
FileName = Dir(fso.BuildPath(fld.Path, sSrchString), vbNormal Or _
vbHidden Or vbSystem Or vbReadOnly)
While Len(FileName) <> 0

x = fld.Path

Set File(ct) = New NeroFile

File(ct).Name = FileName
File(ct).SourceFilePath = fso.BuildPath(fld.Path, FileName)

Folder.Files.Add File(ct)

FileName = Dir() ' Get next file
DoEvents

ct = ct + 1

Wend


drive.BurnIsoAudioCD "", "Title", 0, isotrack, Nothing, Nothing, NERO_BURN_FLAG_VERIFY + NERO_BURN_FLAG_WRITE, 4, NERO_MEDIA_CD
chris123456789 is offline   Reply With Quote
Old 09-02-2006   #2 (permalink)
New on Forum
 
Join Date: Feb 2006
Posts: 4
Re: Please help, i am stuck.

although no one could help me out, i added

isotrack.BurnOptions = NERO_BURN_OPTION_CREATE_ISO_FS + NERO_BURN_OPTION_USE_JOLIET

and it fixed it. maybe this can help someone else.
chris123456789 is offline   Reply With Quote
Old 21-02-2006   #3 (permalink)
CD Freaks Member
 
Join Date: Mar 2005
Posts: 109
Re: Please help, i am stuck.

The ISO 9660 defines that filenames (including extension) may be at most 8 characters (among other things). If you want up to 64 characters (and the complete path up to 120 characters), you must use the Joliet file system.
Oliver M. is offline   Reply With Quote
 
Reply


If you can't find where you are looking for, then become a member and get an answer fast! We have thousands of people online every moment of the day to help you! Click here



Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Really Stuck Drglord BenQ / Philips Burner 1 01-03-2007 16:10
Help - stuck!! Mr Jie DVDFab / DVD Region+CSS Free 0 03-02-2006 23:26
I'm New and Stuck !!!! G Collier Copy Movie 1 23-02-2005 23:54
stuck jamienhb Newbie Forum 1 06-10-2004 07:49
Please Help..I am stuck!! jreed CD and DVD Burners 4 15-03-2004 15:47


All times are GMT +2. The time now is 21:52.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0