Enso should support relative path for files #10622
Labels
-libs
Libraries: New libraries to be implemented
p-high
Should be completed in the next sprint
x-new-feature
Type: new feature request
Milestone
File.new
supports relative paths. We want these to be relative to the location that the project is in.Consider
data.csv
:enso-projects
by default).Users cannot change the working directory, as the exact order of execution is not easy to control in interactive mode.
File.new
will need to create aEnso_File
if a relative path passed in a cloud project.Ideally (but not as critically), the working directory of Enso engine would be correct too. Set to the location of the local projects parent folder.
The text was updated successfully, but these errors were encountered: