4 references to CreateDirectory
System.Formats.Tar (4)
System\Formats\Tar\TarEntry.cs (4)
328TarHelpers.CreateDirectory(destinationFullPath, Mode, pendingModes); 334TarHelpers.CreateDirectory(Path.GetDirectoryName(destinationFullPath)!, mode: null, pendingModes); 351TarHelpers.CreateDirectory(destinationFullPath, Mode, pendingModes); 358TarHelpers.CreateDirectory(Path.GetDirectoryName(destinationFullPath)!, mode: null, pendingModes);