summaryrefslogtreecommitdiff
path: root/test/relative_paths_test.cc
AgeCommit message (Collapse)Author
2025-11-20Add and test relative_path() method.Carl Hetherington
2025-03-05Replace Content::paths_valid() with a free utility function.Carl Hetherington
2024-09-18Fix thinko in relative path change.Carl Hetherington
We have to canonicalise relative paths with respect to the film's directory on load, otherwise we try to use the relative path and it's interpreted against the current working directory. This unfortunately requires the film's directory to be piped into quite a lot of new places.