Hello Everyone im triying to unzip a .tar.gz file the error is below any ideas how to un zip this files?
[Window Title]
Workflow Exception
[Main Instruction]
Main has thrown an exception
[Content]
Source: UnZip
Message: Access to the path ‘C:\Users\favelasc\Documents\UiPath\Recepcion de Depositos Soriana\Depositos’ is denied.
Exception Type: UnauthorizedAccessException
[Expanded Information]
System.UnauthorizedAccessException: Access to the path ‘C:\Users\favelasc\Documents\UiPath\Recepcion de Depositos Soriana\Depositos’ is denied.
at BalaReva.Externals.UnZipFile.Execute(CodeActivityContext context)
at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.ActivityInstance.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
[V] See details [Copy to Clipboard] [View Logs] [OK]
Hi @hareshjindal1,
Yes. This activity will extract only the zip and .tar.gz. I am working for the next release. You will have this feature in the next release.
one more thing, can we extract multiple folder path in .rar format in one go by mentioning the path details?
suppose one directory has only .rar files and files count and name may be change on daily basis so how to extract all .rar or .zip files whatever the name is , in one go?