Skip to content

[SOLVED] Malformed UNC path exception when zip one file from network place  #3

@deltaone

Description

@deltaone

to fix:
file
SevenZipCompressor.cs
function
private static int CommonRoot(ICollection files)
add at end of function
else if (files.Count == 1)
{
foreach (string path in files)
res = Path.GetDirectoryName(path);
}
return res.Length;

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