Method Fuse.Operations()->symlink()
- Method symlink
int symlink(string source, string destination)
- Description
Create a symlink from source to destination.
- Returns
errno or 0
int symlink(string source, string destination)
Create a symlink from source to destination.
errno or 0