| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3695,15 +3695,15 @@ Relative targets are relative to the link’s parent directory. | |||
| 3695 | 3695 | ```mjs | |
| 3696 | 3696 | import { symlink } from 'fs'; | |
| 3697 | 3697 | ||
| 3698 | - symlink('./mew', './example/mewtwo', callback); | ||
| 3698 | + symlink('./mew', './mewtwo', callback); | ||
| 3699 | 3699 | ``` | |
| 3700 | 3700 | ||
| 3701 | - The above example creates a symbolic link `mewtwo` in the `example` which points | ||
| 3702 | - to `mew` in the same directory: | ||
| 3701 | + The above example creates a symbolic link `mewtwo` which points to `mew` in the | ||
| 3702 | + same directory: | ||
| 3703 | 3703 | ||
| 3704 | 3704 | ```bash | |
| 3705 | - $ tree example/ | ||
| 3706 | - example/ | ||
| 3705 | + $ tree . | ||
| 3706 | + . | ||
| 3707 | 3707 | ├── mew | |
| 3708 | 3708 | └── mewtwo -> ./mew | |
| 3709 | 3709 | ``` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments