Bug? #SignKeyFolder slightly broken šŸ¤

Sandman

Expert
Licensed User
Longtime User
If one doesn't enter an absolute path here, it gets strange.

If I do this...
B4X:
#SignKeyFolder: MyFineFolder\

...the IDE will look in MyFineFolder\MyFineFolder\ (repeated), which obviously isn't correct in most cases. :)

It would be good if one could enter a relative path so different developers wouldn't have to change this value to match where they store files on their computer. (Not sure what the base directory would be. If there's a relative path specified, I wouldn't be opposed to use the Keys Folder path in Paths Configuration as base path.)
 
Top