Matlab, How to copy all the files in a zip file without unzipping? -
Matlab, How to copy all the files in a zip file without unzipping? -
my manager allow me this, because zip file huge , unzipping takes long time. within zip file, have names of files still not know how re-create files folder.here codes names:
zipjavafile = java.io.file('filename.zip'); zipfile = org.apache.tools.zip.zipfile('filename.zip') entries = zipfile.getentries filelist={}; while entries.hasmoreelements filelist = cat(1,filelist,char(entries.nextelement)); end
thanks time , help! can me favor base of operations on codes, can tell me improve way.
matlab zip
Comments
Post a Comment