.NET support for 7z + RAR per Windows 11 Explorer support? #92763
Answered
by
Symbai
RokeJulianLockhart
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
Symbai
Sep 28, 2023
Replies: 1 comment
-
I've successfully extracted both in Windows 11. What I really think is funny is that they act like a folder. In one of my existing .NET applications which displays shell items in a treelist. I now can expand a RAR file and see its content... its treated as a folder. The .NET app is built with .NET 6. //edit: A ZIP file doesn't behave like that. I dont know if that is a bug or intended behavior. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RokeJulianLockhart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've successfully extracted both in Windows 11. What I really think is funny is that they act like a folder. In one of my existing .NET applications which displays shell items in a treelist. I now can expand a RAR file and see its content... its treated as a folder. The .NET app is built with .NET 6.
//edit: A ZIP file doesn't behave like that. I dont know if that is a bug or intended behavior.