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