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
Maybe we'd have special types for ftp/s3/etc., which we could potentially dispatch on for differing behavior (like caching filesystem queries or something).
I agree with placing it in parent, although it doesn't necessarily need to point back to its children IMO.
There seems to be an idea of prefixes when it comes to paths, it could be an FTP or S3 URI.
It maybe useful and even improve code in this package to store this prefix at the root most node of a tree.
The obvious place for this is probably the
parent
field of the root node, which is set tonothing
right now.So the questions are
What should
FileTree("foo")
do? should it storefoo
as prefix and "." as the name? Or maybe "" as the name -- this needs more support.The text was updated successfully, but these errors were encountered: