-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SFTPSession.CreateSymbolicLink
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
SSH.SFTPSession.CreateSymbolicLink
Function CreateSymbolicLink(Path As String, Link As String) As Boolean| Name | Type | Comment |
|---|---|---|
Path |
String | The path of the file or directory being linked to. |
Link |
String | The path of the link to create. |
Returns True if the symlink was created.
This method creates a new symlink from Link to Path. If the Path is a directory then it must end with "/", however the Link must not.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.