コード例 #1
0
ファイル: pathfs.go プロジェクト: newblue/go-fuse
func (fs *PathNodeFs) Path(node *nodefs.Inode) string {
	pNode := node.Node().(*pathInode)
	return pNode.GetPath()
}