livebook/lib
Wojtek Mach 864624ad2c Expand path before opening it
Say we have this path on Windows: `C:/Users/wojtek/foo.livemd`. Opening
it: (ignore it's not escaped)

    http://localhost:4000/open?path=C:/Users/wojtek/foo.livemd

would have failed with:

    ** (ArgumentError) expected an expanded absolute path, got: "C:/Users/wojtek/foo.livemd"

and that's because absolute paths (in other words, Path expanded) start
with `c:/`, not `C:/`.
2022-03-02 11:37:07 +01:00
..
livebook
livebook_cli
livebook_web Expand path before opening it 2022-03-02 11:37:07 +01:00
livebook.ex
livebook_app.ex
livebook_cli.ex
livebook_web.ex