TarEntry.SetNames Method From IC Sharp Sharp Zip Lib previous page next page 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 previous page start next page