


zip extension we again use Get Variable to make sure we’re interacting with our file. Now we move on to our Otherwise statement.

We need to get the file variable because if we don’t what’s actually being passed is the file extension from our Get Details of Files action. One part to note if you’re getting started with Shortcuts is the Get Variable section. IF we have a zip file we use Get Variable to get the file extract it and then the Shortcut asks us where to save the file. Specifically we get the File Extension to see if we have a zip file. That means if you want to grab a bunch of files and zip them all up, you’ll need to select multiple items by hand even if they’re already inside a folder.įrom there we get the details of our file. We do this because unfortunately iOS doesn’t let us share a folder into a Shortcut. You’ll find a download link for this in the video description, but I’m going to walk you through the Shortcut so that you can gain a better understanding of what it’s doing.įirst we open up the iCloud document picker. The first Shortcut I have was stolen directly from Christopher.

Luckily an offhand comment by Christopher Lawley and then checking out his iPad screen while paused on YouTube let me know that I could get this more automated with Shortcuts in iOS. This still meant I had to download the archive I wanted and then find it in files only to drag and drop it into zipped and then save it. You can also grab an archive drop it onto Zipped and have the file extracted into it’s parts. Zipped makes it easy to grab a bunch of files and then drag and drop them into an archive file. Zippedįirst up is zipped only because I found it mentioned on some other site when I first was diving deeper into my iPad and I needed to deal with a zip file. zip files and talk about a few shortcomings I’ve found as I deal with them. Today I’m going to show you the diffent ways I use to deal with. I need to grab a folder of files and compress them for a client so they have a copy of our working files. I download plugins for WordPress and need to uncompressed them to upload to a client site. One of the things I get to do as I develop websites on iOS is deal with.
