19 | | If I use the absolute address when loading the file for the table E:/OM_Work/Sort1.txt the file is loaded. |
| 19 | If I use the absolute address when loading the file for the table E:/OM_Work/Sort1.txt the file is loaded. So works, but it is not optimal because this implies hard-coding in the model the directory structure, creating additional issues when moving to other computers. |
| 20 | |
| 21 | The same issue occurs if I copy the file in the OM-created subdirectory for my model. |
| 22 | |
| 23 | In think that it's important that the file (in case non absolute path is given) should be found in the working directory (non in one of its subfolders), since the subfolders are created by OM, not by the user. |