python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
FileSystemWatcher Created event not firing for files that has been moved from zip archive
I have a very simple scenario where FSW just doesn't work. I use code like that to setup the watcher:
private FileSystemWatcher watcher = new FileSystemWatcher(@"folderToListenForChanges"))
...
Yosif Chumpov
Votes: 0
Answers: 0
How to extract a tarball on Windows that contains symlinks
I'm trying to extract a tarball on Windows that contains symlinks, and I get an error: "no such file or directory", and then "tar: Exiting with failure status due to previous errors&quo...
u84six
Votes: 0
Answers: 1
Using 7za for unzipping with qt and cpp
I am using 7za.exe as subprocess to unzip the files with qt and cpp. I used a checkbox to include the option of recursive unzipping, the recursive option does not seem to work here. Could anyone sugge...
Syed Iftekharuddin
Votes: 0
Answers: 0
QFileDialog:Recursive selecting files for unzip
I want to use 7za.exe as a subprocess in qt application, select a root directory using the browse button, look for all .zip and .7z files and extract their content.
Now with the code I came up
I am u...
Syed Iftekharuddin
Votes: 0
Answers: 0