RagnarGrootKoerkamp / BAPCtools

Tools for developing ICPC-style programming contest problems.
GNU General Public License v3.0
48 stars 18 forks source link

Change from path.resolve() to path.absolute() #356

Open RagnarGrootKoerkamp opened 4 months ago

RagnarGrootKoerkamp commented 4 months ago

Usually we just need absolute paths for consistency, but we don't need to look through symlinks.

This would need some testing probably; I think it works but it's kinda tricky probably.