Bug #65
Updated by Baptiste Pillot almost 5 years ago
Example: Help_69, line 134 from AMOSPro_Examples disk. This example will fail even though the file is in the proper directory structure, and Dir$ is set properly. ```aoz Dir$="AMOSPro_Examples:Examples/H-6/" Open In 1,"jokes" ``` Result: File not found at line: 134, column: 1. Manually entering the full path into the Open command works. ```aoz Open In 1,"AMOSPro_Examples:Examples/H-6/jokes" ```