README.md

December 5, 2022 ยท View on GitHub

Making Archives From Directorys

Description

This code will make an archive from any directory and will show the progress in a progressbar.

Very useful!!!

More Info

Submitted On2002-08-16 16:27:06
Byactorics.de
LevelIntermediate
User Rating4.9 (34 globes from 7 users)
CompatibilityVB 6.0
CategoryFiles/ File Controls/ Input/ Output
WorldVisual Basic
Archive FileMaking_Arc1210488222002.zip

Source Code

Hallo! This is my first tutorial on PSC. I hope you like this code.

This code gets all files in a folder (you can also use a filter) and stores these files in an archive. While it is doing this it is showing you the progress in an picturebox.

For example it can be used to store files and extract them at runtime, so the user can't copy them.

Good and easy code!

You only have to put the two functions and the sub into your project. Then you only call one of the two functions!!!