Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Long File name / path issues #176

@bucrepus

Description

@bucrepus

Does this support long paths / filenames like the 7Zip GUI or command line does? When I try to pass a folder(s) to zip that has a long path it errors out with a can't find part of the path error. Passing a directory with normal < 260 char paths works just fine. The normal 7Zip Gui can zip directories with long paths with no issue. Windows OS

Dim sz As New SevenZip.SevenZipCompressor
sz.CompressionLevel = SevenZip.CompressionLevel.Ultra
sz.CompressionMode = SevenZip.CompressionMode.Create
sz.CompressionMethod = SevenZip.CompressionMethod.Default
sz.CompressDirectory("f:\mycomputer", "f:\testy.7z") *****works OK as long as the paths are not long..

manually zipping it with 7zip works OK.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions