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