Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Ability to set Working Directory/Output for library #36

@MattKiazyk

Description

@MattKiazyk

I could very well be missing something, but I can't seem to figure out how to set the working directory when using the libunxip

Using the simple

let handle = try FileHandle(forReadingFrom: input)
let data = DataReader(descriptor: handle.fileDescriptor)

for try await file in Unxip.makeStream(from: .xip(input: data), to: .disk, input: data) {
   print("file: \(file.name)")
}``` 

I can see it working but unsure where (if at all) it's putting those files?

What am I missing? 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions