Ninja Minja

Results 3 comments of Ninja Minja

> ``` > 2 from setuptools import setup, find_packages > 3 > 4 setup( > 5 name='JSParser', > 6 version='1.0', > 7 packages=find_packages(), > 8 description="", > 9 long_description=open('README.md').read(), >...

@denevin solution still works.

@slaw1229 I had the same issue. So I created a simple delete program that function the same but succeed in deleting files via SMB. I replaced the windows-trash.exe located in...