Can JMP read .gz archives ?
JMP can read .zip archives, for example MyArchive = Open("MyArchive.zip", zip);
MyFiles = MyArchive << dir;However ,if the file is not a .zip archive, but a .gz archive, it doesn't seem to work.The << dir command returns an empty list.