[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.IOtAssembly: 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
| Exception | Condition |
|---|---|
| System.IO..::..FileNotFoundException | File Path was not found |
| System.IO..::..IOException | Exception ocured while writing to file Path |