mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-11 09:27:47 +08:00
864624ad2c
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 |