[This is preliminary documentation and is subject to change.]
Sets the relative path to the Shell link object.
Namespace: Tools.IOtAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public void SetRelativePath(
string RelativePath
) |
| Visual Basic |
|---|
Public Sub SetRelativePath ( _
RelativePath As String _
) |
| Visual C++ |
|---|
public:
void SetRelativePath(
String^ RelativePath
) |
| F# |
|---|
member SetRelativePath :
RelativePath:string -> unit
|
| JScript |
|---|
public function SetRelativePath(
RelativePath : String
) |
Parameters
- RelativePath
- Type: System..::..String
String contains the new relative path. It should be a file name, not a folder name.
Remarks
See Also