Comment 9 for bug 727469

Revision history for this message
lachlan-00 (lachlan-00) wrote :

Uninstall and reinstall a fresh copy of fileorganizer and try this:

change this line in tools.py

return os.path.dirname(dir + folder)
to
return os.path.normpath(dir + folder)

That worked well for me in testing with or without slashes.