Re: "extract" still has 260 character limit

"[email protected] [gui4cli]" <[email protected]> 11 Aug 2014 05:54:39 -0700
Newsgroups gmane.comp.windows.gui4cli
Message-ID <[email protected]>
I found something else...

if '$fsource$srcID' > ''               <-----
andifexists FILE '~$fsource$srcID'
   extract 'fsource$srcID' ROOT temp   <-----
   use drive $temp[0][1]
   if $$drive.type = removable
   or $$drive.type = cdrom
      fman_path = 'C:/'
   endif
endif

This generates two 260 characters errors on both marked lines.

Some people nowadays use extremely complex and deep paths.

Chris