Giter Site home page Giter Site logo

Comments (1)

rikyoz avatar rikyoz commented on May 18, 2024

Hi.
Sorry but I do not speak Chinese, so I had to use Google Translate, I hope I understood your issue all the same.
If I'm not mistaken, you want to extract only the files, not the folders, from an archive.
However, I'm not sure which of the following two cases you are referring to:

  • Extract all the files in an archive, including those inside folders, but without maintaining the structure of the directories. Unfortunately, this is not (yet) possible with bit7z, as it always tries to recreate the folder tree as it is in the archive. However, it is a potentially useful functionality, and I hope to implement it in the next version of the library.

Or

  • Extract all files, ignoring folders and their contents.
    In this case, although bit7z does not directly implement this feature, you can achieve the same effect by using BitExtractor::extractMatchingRegex(...) with the Regular Expression ^[^/\\]+$: such regex matches only archive's files not having \ or / in their path (hence they are not contained in any folder!).

from bit7z.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.