4 references to CreateDirectory
System.Formats.Tar (4)
System\Formats\Tar\TarEntry.cs (4)
309TarHelpers.CreateDirectory(destinationFullPath, Mode, pendingModes); 315TarHelpers.CreateDirectory(Path.GetDirectoryName(destinationFullPath)!, mode: null, pendingModes); 332TarHelpers.CreateDirectory(destinationFullPath, Mode, pendingModes); 339TarHelpers.CreateDirectory(Path.GetDirectoryName(destinationFullPath)!, mode: null, pendingModes);