Hi @All,
How can we unzip a file?
Hi @All,
How can we unzip a file?
Hi,
You need to use navigation like right click on zip file → select extract all → enter the path → extract…
Regards,
Ashish
Perfect… This works…
Hi @arivu96
In invoke method ---- we need to select the zip file thats it
Method Name ---- what is that u given ectracttodirectory
can you explain
In invoke method that is showing error
HI @varunk,
Please refer this xml file.
you did’t pass the input arguments, i modified your code please refer this
test.xaml (5.8 KB)
Regards,
Arivu
I just searched it in variable type.(browse type->find)
why am I not able to find that variable type?
HI @irahmat,
I think you don’t have latest version of .NET Framework.
You need to add a reference, “System.IO.Compression” - and ensure you are using .NET 4.5 (since it doesn’t exist in earlier frameworks).
For this system.io.compression.zipfile you need to update your .net Framework to get this namespace.
Regards,
Arivu
Hi @arivu96,
You are right, my .Net Version is 4.030319.42000.
How to upgrade .Net version, sorry I am new using .Net.
Regards,
Indra
my .Net is already 4.5 but Uipath still 4.0. do you know why?