Skip to content

Fallout (and also former NUKE) lacks of possibility to uncompress a .tar.xz archive #596

Description

@ITaluone

Description

GZip, Bzip2, Zip.. all of them have compression extensions.

But Xz (.tar.xz) is missing

Usage Example

// AbsolutePath dir = RootDirectory / "some" / "subfolder";
// dir.TarXzTo(RootDirectory / "bla.tar.xz");
// dir.CompressTo(RootDirectory / "bla.tar.xz");
// This is not possible...

// and respective:
AbsolutePath archive= RootDirectory / "bla.tar.xz";
archive.UnTarXzTo(RootDirectory / "some" / "subfolder1");
archive.UncompressTo(RootDirectory / "some" / "subfolder2");

Alternative

Making this logic in exactly every project where needed...

Could you help with a pull-request?

Yes

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions