Метод | Описание | |
---|---|---|
SymbolicLink ( string name, string path, |
Creates a new SymbolicLink file system object.
|
public SymbolicLink ( string name, string path, |
||
name | string | The name of the symbolic link. |
path | string | The path of the symbolic link in the file system. |
parent | ||
creationdate | System.DateTime | The date the symbolic link was created. |
target | string | The target path of the symbolic link. |
Результат | System |