symlink¶
Hook creating symlinks wrapping os.symlink functionality. Wrapsos.symlink
Inputs¶
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| src | str | True | String or list of sources, either a directories or files | |
| dst | str | True | String for path to copy to | |
| target_is_directory | bool | False | True | The default value of this parameter is False. If the specified target path is directory then its value should be True. |
| overwrite | bool | False | True | Overwrite the destination. |
Arguments¶
| Position | Argument | Type |
|---|---|---|
| 1 | src | str |
| 2 | dst | str |
Returns¶
NoneType