|
|
addtolist(mylist,
curdir)
(list, dir) --- Takes an array(list) and appends all files from dir
down the directory tree. |
source code
|
|
|
|
|
|
|
|
|
|
xpak(rootdir,
outfile=None)
(rootdir, outfile) -- creates an xpak segment of the directory
'rootdir' and under the name 'outfile' if it is specified. |
source code
|
|
|
|
xpak_mem(mydata)
Create an xpack segment from a map object. |
source code
|
|
|
|
|
|
|
|
|
|
getindex(infile)
(infile) -- grabs the index segment from the infile and returns it. |
source code
|
|
|
|
getboth(infile)
(infile) -- grabs the index and data segments from the infile. |
source code
|
|
|
|
listindex(myindex)
Print to the terminal the filenames listed in the indexglob passed
in. |
source code
|
|
|
|
getindex_mem(myindex)
Returns the filenames listed in the indexglob passed in. |
source code
|
|
|
|
searchindex(myindex,
myitem)
(index, item) -- Finds the offset and length of the file 'item' in
the datasegment via the index 'index' provided. |
source code
|
|
|
|
|
|
|
|