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


Commercial message



Nero SDK Discussion Forum Discuss, File Names truncated at International Chat: Software related forum; hello, i have this code 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).


Reply
 
Thread Tools
Old 07-02-2006   #1 (permalink)
New on Forum
 
Join Date: Feb 2006
Posts: 4
File Names truncated

hello, i have this code

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



when it burns, it burns and changes the file names and truncates it. if the file name is 20 characters, it will change it to like 5 characters.. any one heard of this? thanks.
chris123456789 is offline   Reply With Quote
Old 09-02-2006   #2 (permalink)
New on Forum
 
Join Date: Feb 2006
Posts: 4
Re: File Names truncated

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: File Names truncated

Duplicate post: http://club.cdfreaks.com/showthread.php?t=166433
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
Generate short file & folder names for an ISO file peutipoix Optical Storage Technical Discussions 0 22-05-2007 16:43
File names - what the hell they are cloakdoa Newbie Forum 25 18-03-2005 07:05
changing file names? SH44 Newbie Forum 0 19-01-2005 04:43
Nero truncating file names AndyInNYC Burning Software 2 25-03-2003 09:37
MP3 File names Newanda Audio 5 09-06-2002 14:09


All times are GMT +2. The time now is 23:47.


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