mirror of
https://github.com/livebook-dev/livebook.git
synced 2026-02-21 02:03:04 +08:00
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:/`.
|
||
|---|---|---|
| .. | ||
| livebook | ||
| livebook_cli | ||
| livebook_web | ||
| livebook.ex | ||
| livebook_app.ex | ||
| livebook_cli.ex | ||
| livebook_web.ex | ||