libyal / libewf

Libewf is a library to access the Expert Witness Compression Format (EWF)
GNU Lesser General Public License v3.0
263 stars 76 forks source link

Extends pyewf bindings to include get_file_type function for file_entry objects #111

Closed sorendaugaard closed 3 years ago

sorendaugaard commented 5 years ago

This PR extends the pwewf bindings by adding the get_file_type function to the file_entry objects.

The change allows Python program to properly identify directories vs. files when working with file based archives such as LEF files.

This change was developed on top of the package source distribution 20171104 and patched onto the master as I was running into the compilation problem described in #110.

joachimmetz commented 3 years ago

was auto closed due to migration to main branch, will look into merging parts of the PR that will be beneficial