@@ -9881,17 +9881,3 @@ def InFileListFiles(infile, fmttype="auto", filestart=0, seekstart=0, seekend=0,
98819881
98829882def InFileListFile (infile , verbose = False , formatspecs = __file_format_multi_dict__ , seektoend = False , newstyle = False , returnfp = False ):
98839883 return InFileListFiles (infile , verbose , formatspecs , seektoend , newstyle , returnfp )
9884-
9885-
9886- def ListDirListFiles (infiles , dirlistfromtxt = False , compression = "auto" , compresswholefile = True , compressionlevel = None , followlink = False , seekstart = 0 , seekend = 0 , skipchecksum = False , checksumtype = ["md5" , "md5" , "md5" ], formatspecs = __file_format_dict__ , seektoend = False , verbose = False , returnfp = False ):
9887- outarray = MkTempFile ()
9888- packform = PackCatFile (infiles , outarray , dirlistfromtxt , compression , compresswholefile ,
9889- compressionlevel , followlink , checksumtype , formatspecs , False , True )
9890- listarrayfiles = CatFileListFiles (
9891- outarray , seekstart , seekend , skipchecksum , formatspecs , seektoend , verbose , returnfp )
9892- return listarrayfiles
9893-
9894-
9895- def ListDirListFiles (infiles , dirlistfromtxt = False , compression = "auto" , compresswholefile = True , compressionlevel = None , followlink = False , seekstart = 0 , seekend = 0 , skipchecksum = False , checksumtype = ["md5" , "md5" , "md5" ], formatspecs = __file_format_dict__ , seektoend = False , verbose = False , returnfp = False ):
9896- return ListDirListFiles (infiles , dirlistfromtxt , compression , compresswholefile , compressionlevel , followlink , seekstart , seekend , skipchecksum , checksumtype , formatspecs , seektoend , verbose , returnfp )
9897-
0 commit comments