felipegiacomozzi / the-trove-downloader

Downloads files from The Trove Rpg website
50 stars 3 forks source link

Creates the absolute path in linux inside the working directory #29

Open porfanid opened 3 years ago

insi9nis commented 3 years ago

example Is this fixed in 1.0.17? I'm still seeing this behavior.

Also under linux I'm seeing the last directory being concatenated with the filename. As in, I've downloaded a lot already with the Windows version, but pointing the linux version at the same place (with current directory being root and full path given because of the bug I'm in), it will navigate to, for instance /Assets/3D/Papercraft/8radgames/ and then creates a file named 8radgames - Orc Spear Mob [2016-08-14]\Orc_Spear_Mob.pdf [note the \ instead of / ] even though /Assets/3D/Papercraft/8radgames/8radgames - Orc Spear Mob [2016-08-14]/ exists and contains Orc_Spear_Mob.pdf

It does this for every file.

I can make a new issue if preferred.