Method Fuse.Operations()->link()
- Method link
intlink(stringsource,stringdestination)- Description
Create a hard link from source to destination.
- Returns
errno or 0
int link(string source, string destination)
Create a hard link from source to destination.
errno or 0