JoshCheek / seeing_is_believing

Displays the results of every line of code in your file
1.3k stars 54 forks source link

Replace uses of `expand_path` with `realpath` and `realdirpath` #102

Closed JoshCheek closed 7 years ago

JoshCheek commented 7 years ago

These methods work through symlinks. realpath must exist when it is invoked, realdirpath must all exist except the last piece (ie you can use it to get a path to a file you're about to make).