Actions
Bug #738
openAdding a directory to current path renders a crash
Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
04/24/2021
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Cannot navigate relatively
I am in C:/Dynamo and user wants to navigate to the folder "Wheel" provided by Dir First$ / Next$.
F$="Wheel"
If Dir$=F$ is written, AOZ crashes. AOZ can't navigate relatively in the OS.
If I formulate
Dir$=Dir$+F$
It works. Not sure if it's a bug or whatever.
I'm pretty sure, though, that AOZ shouldn't crash :/ :)
Actions