[This is preliminary documentation and is subject to change.]

Saves a shortcut object to disk on different place then where it is saved now

Namespace: Tools.IOt
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public void SaveAs(
	string Path
)
Visual Basic
Public Sub SaveAs ( _
	Path As String _
)
Visual C++
public:
void SaveAs(
	String^ Path
)
F#
member SaveAs : 
        Path:string -> unit 
JScript
public function SaveAs(
	Path : String
)

Parameters

Path
Type: System..::..String
Path to be saved

Remarks

Invoking this method cnages value of the FullName property

Exceptions

ExceptionCondition
System.IO..::..FileNotFoundExceptionFile Path was not found
System.IO..::..IOExceptionException ocured while writing to file Path

See Also