-
Couldn't load subscription status.
- Fork 43
Open
Description
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
Labels
No labels