laf icon indicating copy to clipboard operation
laf copied to clipboard

Add 'is_absolute_path()' function

Open Gasparoken opened this issue 9 months ago • 2 comments

Part of the solution of issue aseprite/aseprite#5066

Gasparoken avatar Mar 19 '25 18:03 Gasparoken

Please check that this PR now contains a commit with changes I've made in bd36a113081aa95da8d03b14a7627083e936c06b, and I'm the author (?)

dacap avatar Mar 21 '25 17:03 dacap

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.

dacap avatar Mar 21 '25 17:03 dacap