4 references to CreateDirectory
System.Formats.Tar (4)
System\Formats\Tar\TarEntry.cs (4)
324TarHelpers.CreateDirectory(destinationFullPath, Mode, pendingModes); 330TarHelpers.CreateDirectory(Path.GetDirectoryName(destinationFullPath)!, mode: null, pendingModes); 347TarHelpers.CreateDirectory(destinationFullPath, Mode, pendingModes); 354TarHelpers.CreateDirectory(Path.GetDirectoryName(destinationFullPath)!, mode: null, pendingModes);