I’m trying to Unzip one or multiple files but I’m getting the message that the Output directory is not writable. The location (network drive) is accessible through other nodes though like for instance List Files or Excel Writer. Also, it does work for other users with same access rights. And other network drives seem to work as well.
you are using legacy node(s). If not for a specific reason I suggest to avoid it. For unzipping give Decompress Files node a try. If needed you can precede it with source/destination file system connection.
Hi @ipazin
Thanks for your reply.
When I add the Decompress Files node instead of the Unzip Files node it somehow doesn’t let me use the variable URL (as I’m trying to decompress multiple files with a loop). Do you know why that could be?
that’s because you are using List Files (deprecated) node which outputs location in String data type while the new one is using Path data type which was introduced with new File Handling framework.
Hi @denisfi & @ipazin
I did it with the “string to path node” as suggested by denisfi, and it worked perfectly!
Thank you both for your quick help on this.
Cheers,
KD