TarEntry.SetNames Method

From IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

TarEntry.SetNames Method 

Convenience method to set this entry's group and user names.

public void SetNames(
   string userName,
   string groupName
);

Parameters

userName
This entry's new user name.
groupName
This entry's new group name.

See Also

TarEntry Class | ICSharpCode.SharpZipLib.Tar Namespace