You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2024. It is now read-only.
I have a case, where I need to extract Zip file with C# Ionic.zip library. Zip file contains multiple folders and I want to extract and copy every folder exept the root folder to specific destination.
Zip file named as Example.zip and directory structure will be like
Root Directory\Sub Directory 1\file a, file b
Root Directory\Sub Directory 2\file c, file d
And I want to copy every Sub Directory in a Temp folder so it would look like :
Temp\Sub Directory 1\file a, file b
Temp\Sub Directory 2\file c, file d
But I cant do it without taking Root Directory with it
Temp\Root Directory\Sub Directory 1...
Do you have any idea how I can do it ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a case, where I need to extract Zip file with C# Ionic.zip library. Zip file contains multiple folders and I want to extract and copy every folder exept the root folder to specific destination.
Zip file named as Example.zip and directory structure will be like
Root Directory\Sub Directory 1\file a, file b
Root Directory\Sub Directory 2\file c, file d
And I want to copy every Sub Directory in a Temp folder so it would look like :
But I cant do it without taking Root Directory with it
Temp\Root Directory\Sub Directory 1...
Do you have any idea how I can do it ?
The text was updated successfully, but these errors were encountered: