**System Information**
Operating system:
Graphics card:
**Blender Version**
Broken: 3.2
**Short description of error**
Python: Traceback (most recent call last):
File "D:\Blender\3.2\scripts\addons\io_import_BrushSet.py", line 105, in execute
LoadBrushSet(self.properties.filepath, self.properties.filename)
File "D:\Blender\3.2\scripts\addons\io_import_BrushSet.py", line 54, in LoadBrushSet
for file in os.listdir(filepath):
NotADirectoryError: [WinError 267] The directory name is invalid: 'F:\\brushPNGs\\spatter_brushes_1.png'
The import_BrushSet.py function is doubling the \\
**Exact steps for others to reproduce the error**
Based on the default startup or an attached .blend file (as simple as possible).
Using the brush set import add-on, select any brush alpha to import. this error shows up and the brush is not imported.