Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
miyako committed Feb 17, 2024
2 parents 89047f1 + 10e3839 commit afdc7fa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,20 @@
[![license](https://img.shields.io/github/license/miyako/4d-class-sevenzip)](LICENSE)
![downloads](https://img.shields.io/github/downloads/miyako/4d-class-sevenzip/total)

# 4d-class-sevenzip
[Classes](https://github.com/miyako/4d-class-sevenzip/tree/main/Project/Sources/Classes) to process archive files with the 7z program.

![](https://github.com/miyako/4d-class-sevenzip/assets/1725068/4206daca-5722-4cf5-a41e-e6a4499ca551)

## Examples
# Examples

### Archive
## Archive

```4d
$sevenzip:=cs.SevenZip.new(cs._SevenZip_Controller)
$sevenzip.add(File("test.7z"); New collection(File("a.txt"); File("b.txt"); File("c.txt")))
```

### Expand
## Expand

```4d
$sevenzip:=cs.SevenZip.new(cs._SevenZip_Controller)
Expand Down

0 comments on commit afdc7fa

Please sign in to comment.