lclevy / ADFlib

A free, portable and open implementation of the Amiga filesystem
GNU General Public License v2.0
89 stars 30 forks source link

Support for readling hard-linked files #24

Closed t-w closed 1 year ago

t-w commented 1 year ago

As mentioned in lclevy/ADFlib#23, here is the small modification for adfOpenFile() which adds support for opening files using their hard links (+ a small test).

t-w commented 1 year ago

I added also support for hard-linked dirs - i'll open another pr.