Questions tagged [compressed-folder]

8 questions
13
votes
9 answers

Creating Compressed (Zipped) Folder using Delphi

Can I create Windows XP's Compressed (Zipped) Folder using Delphi?
Dealinger
1
vote
1 answer

How to treat compressed folders as files using ShellObject from WindowsAPICodePack?

I am trying to implement a filesystem browser using the WindowsAPICodePack for C# (.Net 4), and it works pretty well, except that the ShellObject system treats zip files as folders, whereas I'd prefer they be files. Is there some way I can force it…
JustABill
  • 1,562
  • 15
  • 20
1
vote
1 answer

Locate Compressed files on servers

I would like to create a powershell script generating a report showing all compressed files/folders on remote servers. By compressed files I mean files compressed using the buildin Windows Compression utility, not zip. But I have a hard time…
user155814
  • 101
  • 1
  • 9
0
votes
2 answers

Windows compressed folders does not unpack zip completely

I have a big maven project with lots of modules. One of the modules is not 'real' development project. It contains data for the final system. The data is deployed to the system using a special jar. The pom now makes sure that the jar is downloaded…
0
votes
0 answers

Unzip a file from several large compressed folder from command line

I have several large zipped folders in my cloud storage drive. I want to transfer a specific file from each of the zipped folders to my local hard drive (I cant copy all of them since i dont have enough space). Is there a way to do this using…
0
votes
1 answer

Identify all types of compressed files in c#

Is it possible to identify all types of compressed (.zip, .7z, .rar, etc) files in c#. I know that can be done by identifying file extension but is that the reliable way or is there any better way to do so?
Ronak
  • 187
  • 2
  • 17
0
votes
1 answer

File formats not supported by Wordpress

On a Wordpress site, I would like to make some files available for downloading, and some of these, I've just found out, cannot be added to the media library. Namely, it's not letting me upload a zipped folder, a Sketchup (.skp) file, and an HTML…
Mhoram
  • 421
  • 2
  • 6
  • 13
0
votes
1 answer

Powershell, WMI and compressed files/folders

I need to generate a script that will help me in getting a list of compressed files/folders (not zip files, but Windows compressed files) on a range of Windows 2003 servers. I have a client pc connected to the target servers and have access on a…
user155814
  • 101
  • 1
  • 9