This is a very simple bsa extractor for Skyrim and SkyrimSE

I didn't find an extractor yet, so I quickly made my own.
Maybe you can find it useful too.

Usage:
-Open a bsa 
-browse content
-select the files you want. (Use Ctrl-A to select everything)
-extract in the folder you want.

There is also a filter box on top, so you can quickly find what you are looking for


Note:
Bsa reading is based on the wbbsa.pas and  wbStreams.pas units from xEdit and the modifications I made for sseTranslator/fallout4Translator.


history
1.0.0: 	First release
1.0.1: 	Little UI improvements. 
		Added feedback when an unsupported bsa is opened.
1.0.2: 	More UI improvements. 
		Added sorting by column. 
		Added a prefs.ini file to retain last bsa folder and extract folder. 
		Added bsa drag&drop.
1.0.3:  Slight optimization when extracting files.
		The memory is correctly released when opening few bsa in a row.
		