fuse_fs_link
int fuse_fs_link(struct fuse_fs *fs, const char *oldpath, const char *newpath);
fuseError = fuse_fs_link(fFS, oldPath, newPath);