Can I use the Mutable file System(MFS) navigate through a folder who's IPFS hash is known

Suppose I have a folder somewhere in the IPFS network with hash aBYbR8Ery48YbJpJbU18rBRmdjZMmPih9YktKPhrwnRLa4 (just an example).

If this folder has a subfolder named hello with a file inside this subfolder named hi.txt, can I use the MFS with such a link:
/ipfs/aBYbR8Ery48YbJpJbU18rBRmdjZMmPih9YktKPhrwnRLa4/hello/hi.txt
to access this file?

Just wanted to know whether this kind of operation is supported, thanks :slight_smile:

Yes, that should work on MFS (without the /ipfs/ prefix I’d say), or anywhere where the input is an “ipfs path”.