I understand this is the case that the current directory is the directory pwd() returns in Julia terminal. But I don’t think this is very convenient. On the one hand, when one has all his/her files for a project in a folder, shouldn’t s/he expect the figure generated to be saved in the same folder for this project, not anywhere else. On the other hand, when an absolute path has to be given for a file to be saved in a place, the file is then not very portable. This is also quite irritating when people work on the same code for collaboration. That’s why I’m looking for an easiest way to specify a relative path.
Thanks!