mirage / ocaml-tar

Pure OCaml library to read and write tar files
ISC License
54 stars 34 forks source link

Tar_(lwt_)unix.extract does not create any directories #156

Open reynir opened 1 month ago

reynir commented 1 month ago

It ignores all directory entries from the archive and doesn't create any implicit directories either. Implicit directories are directories without an explicit entry that occurs in the path of other files. Thus extract will only work for "flat" archives (unless the directory structure is already present).