You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of this, and contrary to FS.isdir and FS.isfile, a filesystem implementation simply relying on the type attribute in the details namespace of getinfo to convey a file type will not work. This probably affects TarFS in this library.
The text was updated successfully, but these errors were encountered:
The current implementation of
fs.base.FS.islink
is the following:Because of this, and contrary to
FS.isdir
andFS.isfile
, a filesystem implementation simply relying on thetype
attribute in thedetails
namespace ofgetinfo
to convey a file type will not work. This probably affectsTarFS
in this library.The text was updated successfully, but these errors were encountered: