Skip to main content

Enso_File.new

Enso_File.newpath

Documentation

Resolves an enso:// path and returns the corresponding Enso_File instance.

Arguments

  • path: The enso:// path to a file or directory.

Remarks

Enso Cloud Paths

The paths consist of the organization (user) name followed by a path to the file/directory delimited by /. For example enso://my_org/some_dir/some-file.txt.

Work in progress - only existing resources

Currently the API is only able to resolve paths to existing files or directories. This is a temporary limitation and it will be improved in the future, alongside with implementing the capabilities to write new files.