Import 2017-06-07 23:51:09: master 4c3b1f9f

Author Committer Branch Timestamp Parent
mwoehlke mwoehlke master 2014-06-30 17:18:30 master fc739771
Changeset

ENH: Add function to list archives

Add a function to vtkArchive.cxx to obtain the list of files in an
archive without extracting the archive. Also, fix parameter name in
(misnamed) extract_tar to make at least some kind of sense.
("archiveFileName", as in list_archive(), would be better, since
extract_tar likewise works on non-tar archives, but for now leaving it
consistent with the function name.)

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23399 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Base/Logic/Testing/vtkArchiveTest1.cxx Diff File
mod - Base/QTGUI/qSlicerExtensionsManagerWidget.cxx Diff File
mod - Libs/MRML/Logic/vtkArchive.cxx Diff File
mod - Libs/MRML/Logic/vtkArchive.h Diff File