Closed wendy0911 closed 1 year ago
please decompress the contents of the attachment, the file test.bin can't be packed in the tar.. test.bin.zip
the code is as bellow:
var w = fs.createWriteStream("my.tar") tar.pack("c://my-directory'").pipe(w) // my-directory included test.bin file
how can I package this file successfully?
try on latest major, reopen if still an issue
it is still not worked for me ! please refer to the attachment binsfiles.zip
please decompress the contents of the attachment, the file test.bin can't be packed in the tar.. test.bin.zip
the code is as bellow:
var w = fs.createWriteStream("my.tar") tar.pack("c://my-directory'").pipe(w) // my-directory included test.bin file
how can I package this file successfully?