libcore|FS: Improved support for symbolic file links
Added virtual target() method for all files, so that one can followa symbolic link without knowing whether the accessed file is a LinkFileor not.
View differences
libcore|FS: Improved support for symbolic file links
Added virtual target() method for all files, so that one can follow
a symbolic link without knowing whether the accessed file is a LinkFile
or not.