I want to make a funtion, which will recieve the initial path and according to this path funtion will create a ZIP file from the root directory and also add the all sub-directories and files under the root directory. Zip file will be created the root level.
For example, c:\test\, a zip file named test.zip with all content under test directory.
Thanks Nicholas
2005-10-14 Retitled by planetscape, as per Monastery guidelines Original title: 'Directory Iteration'