Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
2 votes
0 answers
70 views

at my job we use this method for an automated job that is trigger when .7zip files are put inside a specific folder: public void Executer(ref string pChaineContexte, XdCuContexteTravail pContexte) ...
2 votes
2 answers
277 views

It appears there is no built in way to extract a portion of a 7-Zip archive using SharpCompress (i.e. just extract a sub-folder). It does seem feasible to manually do it, however attempts to do so ...
Xorcist's user avatar
  • 3,381
0 votes
0 answers
62 views

I'm using SharpCompress and trying to read files which are archived in a 7z archive. Now I got stuck at a point where my 7z archive contains another zip or 7z, which contains the file I want to read. ...
0 votes
1 answer
577 views

I'm trying to make extensions be supported on my web browser using WebView2 but I'm stuck with extracting the .crx file. I'm using SharpCompress for this because .NET had some errors, anyway it keeps ...
0 votes
0 answers
192 views

Fist up I am what I would call a copy and paste coder, learning through trial and error. I am working on a personal project to extract a pile of compressed files (of varying compression types) to a ...
0 votes
0 answers
189 views

I'm trying to write some files in my folder which's inside Program Files folder... I'm getting error "Access denied" every time I try to write them... I tried to open the .exe (which makes ...
0 votes
0 answers
367 views

I have directory named "data" in zip archive, in this directory I have other directories I need to get all directories from data and iterate through them and then get all files from this ...
femto's user avatar
  • 21
2 votes
0 answers
2k views

Good day, I've created my own custom Wizard Installer for my website project. My goal is to minimize the work during the installation of our client. I'm trying to extract a 7z file that has millions ...
-1 votes
1 answer
370 views

My VS2019 solution, with a WPF project, has started showing a phantom folder named "**", with the following tree of files within: - ** - * - *.cs - *.resx - *.xaml And ...
0 votes
0 answers
175 views

I'm trying to use SharpCompress to read .rar files from my UWP application. It works fine on network shares from which I can read the archive no problem, but I get System.UnauthorizedAccessException ...
2 votes
0 answers
2k views

I want to extract the files from a given .rar archive, which is password protected. I have the following: pwd = "password"; srs = @"c:\path\file.rar" des = @"c:\path\folder&...
Karne's user avatar
  • 21
1 vote
0 answers
414 views

// Create buffer byte[] buffer = new byte[entry.Size]; // Create a file to store the contents StorageFile file = await extractFolder.CreateFileAsync(Path.GetFileName(entry.Key), ...
1 vote
1 answer
726 views

I have multi-part RAR files in the same folder and I want to check if all parts of the RAR exist. I am using SharpCompress v0.24, here is my code: using (var archive = RarArchive.Open("D:/Ontology ...
1 vote
1 answer
2k views

I ultimately have to consume some data from a Javascript file that looks as follows: Note: The base64 is illustrative only. function GetTripsDataCompressed() { return 'QlpoOTFBWSZTWdXoWuEDCAgfgBAHf/....
2 votes
1 answer
4k views

I want to create a zip file from a folder that it around 1.5GB, and have that zip file be split into chunks of 100MB. I've found quite a few threads on this, but nothing has quite worked out for me. ...

15 30 50 per page
1
2 3

AltStyle によって変換されたページ (->オリジナル) /