send2trash
send2trash copied to clipboard
Add auto address fixing
When the directory adress (on windows) is mixed with \ and / Os seems to throw an error. So, can you auto sanitize them based on OS path splitter?
Using os.path.normpath(path) should do the trick😅