laf
laf copied to clipboard
Add 'is_absolute_path()' function
Part of the solution of issue aseprite/aseprite#5066
Please check that this PR now contains a commit with changes I've made in bd36a113081aa95da8d03b14a7627083e936c06b, and I'm the author (?)
Another comment: it looks like the get_absolute_path() impl on Windows (defined in base/fs_win32.h) (and probably the one for Unix-like systems in base/fs_unix.h) could use this function to detect if the given path is absolute.