Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
9answers
2k views

Creating Compressed (Zipped) Folder using Delphi

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

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 ...
1
vote
1answer
115 views

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 ...
0
votes
2answers
36 views

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. ...
0
votes
1answer
626 views

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 ...