| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #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. |
| | |
| | #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 |
| | |
| |
| |
![]() |
| 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 | |
| |
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 |