1 reference to Attributes
System.Formats.Tar (1)
System\Formats\Tar\TarFile.cs (1)
423bool isRealDirectory = entry.IsDirectory && (entry.Attributes & FileAttributes.ReparsePoint) == 0; // not a symlink.