MrV2K / WHDLoad-Download-Tool

A tool to help manage and download Retroplay's WHDLoad archives.
134 stars 4 forks source link

Path Bug #17

Closed manic232 closed 5 months ago

manic232 commented 5 months ago

I think I have found a small path bug.

My WHDLoad files are stored in the following path S:\Gaming & Emulation\Commodore\Amiga\WHDLoad_Installs

I have 3 folders in that path:

WHDLoad_Demos WHDLoad_Games WHDLoad_Mags

When I hit the download button it correctly identifies any missing files (SecondSamurai_v1.3a_AGA_1624.lha in this example), however the games are stored in the following location

S:\Gaming & Emulation\Commodore\Amiga\WHDLoad_InstallsWHDLoad_Games\S\SecondSamurai_v1.3a_AGA_1624.lha

It created a folder called WHDLoad_InstallsWHDLoad_Games in S:\Gaming & Emulation\Commodore\Amiga It seems to be missing the \ between WHDLoad_Installs and WHDLoad_Games

image

Hope that makes sence!

MrV2K commented 5 months ago

Do you have the last forward slash at the end of your parent path? image

manic232 commented 5 months ago

Thanks MrV2K, that worked, never done that before now, but I updated the .prefs file and it did the trick.

Thanks again.