{"id":26154379,"url":"https://github.com/rcdmk/aspzip","last_synced_at":"2026-02-08T19:05:19.202Z","repository":{"id":5442410,"uuid":"6635370","full_name":"rcdmk/aspZip","owner":"rcdmk","description":"A classic ASP zip and unzip utility class that uses the native zip support from Windows (XP and above) - no components needed","archived":false,"fork":false,"pushed_at":"2024-04-30T06:42:02.000Z","size":9,"stargazers_count":25,"open_issues_count":1,"forks_count":16,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-11T08:36:02.879Z","etag":null,"topics":["asp","asp-zip","classic-asp","unzip","utility","zip"],"latest_commit_sha":null,"homepage":null,"language":"Classic ASP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rcdmk.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-11-11T04:09:42.000Z","updated_at":"2024-11-14T22:14:16.000Z","dependencies_parsed_at":"2025-03-11T08:30:58.730Z","dependency_job_id":"cc1a24de-1892-418b-ba87-9b15e8096217","html_url":"https://github.com/rcdmk/aspZip","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/rcdmk/aspZip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcdmk%2FaspZip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcdmk%2FaspZip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcdmk%2FaspZip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcdmk%2FaspZip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcdmk","download_url":"https://codeload.github.com/rcdmk/aspZip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcdmk%2FaspZip/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265477308,"owners_count":23773029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asp","asp-zip","classic-asp","unzip","utility","zip"],"created_at":"2025-03-11T08:29:25.522Z","updated_at":"2026-02-08T19:05:19.098Z","avatar_url":"https://github.com/rcdmk.png","language":"Classic ASP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Classic ASP ZIP file creator 0.4\r\n\r\n## The MIT License (MIT) - http://opensource.org/licenses/MIT\r\n\r\nCopyright (c) 2012 RCDMK \u0026lt;rcdmk@rcdmk.com\u0026gt;\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining\r\na copy of this software and associated documentation files the\r\n\"Software\"), to deal in the Software without restriction, including\r\nwithout limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to\r\npermit persons to whom the Software is furnished to do so, subject\r\nto the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be\r\nincluded in all copies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\r\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\r\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\r\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\r\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\r\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r\n\r\n\r\n## Usage\r\n\r\nInclude the class file in the desired page and instantiate the class\r\n\r\n    dim zip\r\n    set zip = new aspZip\r\n\r\nOpen a ZIP file (create or open an existing file in disk)\r\n\t\r\n    zip.OpenArchieve(\"path\\to\\file.zip\") ' this creates the archieve if it doesn't exists\r\n\r\nAdd some files or folders\r\n\r\n    zip.Add(\"..\\src\")\r\n    zip.Add(\".\\default.asp\")\r\n    \r\nWrite the files to disk\r\n\r\n    zip.CloseArchieve()\r\n\r\nIf you want to extract the contents of a ZIP file, use the `ExtractTo(DestinationPath)` method\r\n\r\n    zip.ExtractTo(\".\\test\")\r\n\r\nIf the archieve contains no files, it will be deleted when the object is destroyed.\r\n\t\r\n\u003e**Note:**  \r\n\u003eIn the current release (0.4) the issue with extracting only directory structures should be solved, but processing times are a lot longer now, due to waiting on directory creation. Minimum extra waiting time is 500 ms.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcdmk%2Faspzip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcdmk%2Faspzip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcdmk%2Faspzip/lists"}