Hi guys, I’m trying to combine two files into a zip file using Maz function
arc_filename_array=#(temp_matlab_loc,temp_xml_loc)
maz save_file_path arc_filename_array
but the problem is that output zipfile contains not only the two files but all the directory structure that leads to that file. How can I create a zip file with just my two files in it?
Thanks for your time!