@@ -9882,17 +9882,3 @@ def InFileListFiles(infile, fmttype="auto", filestart=0, seekstart=0, seekend=0,
98829882
98839883def InFileListFile (infile , verbose = False , formatspecs = __file_format_multi_dict__ , seektoend = False , newstyle = False , returnfp = False ):
98849884 return InFileListFiles (infile , verbose , formatspecs , seektoend , newstyle , returnfp )
9885-
9886-
9887- 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 ):
9888- outarray = MkTempFile ()
9889- packform = PackFoxFile (infiles , outarray , dirlistfromtxt , compression , compresswholefile ,
9890- compressionlevel , followlink , checksumtype , formatspecs , False , True )
9891- listarrayfiles = FoxFileListFiles (
9892- outarray , seekstart , seekend , skipchecksum , formatspecs , seektoend , verbose , returnfp )
9893- return listarrayfiles
9894-
9895-
9896- 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 ):
9897- return ListDirListFiles (infiles , dirlistfromtxt , compression , compresswholefile , compressionlevel , followlink , seekstart , seekend , skipchecksum , checksumtype , formatspecs , seektoend , verbose , returnfp )
9898-
0 commit comments