So if you did: ```bash ipfs files mkdir /my-dir ipfs add myfile ipfs files cp cidOfMyFile /my-dir/myfile ipfs files stat /my-dir ``` The stat will return the CID of my-dir, and using `CID/myfile` will return `myfile`.