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:/`. |
||
---|---|---|
.. | ||
channels | ||
controllers | ||
helpers | ||
live | ||
plugs | ||
templates | ||
views | ||
endpoint.ex | ||
helpers.ex | ||
iframe_endpoint.ex | ||
router.ex | ||
telemetry.ex |