Saves the specified shortcut to a file.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual int Save(
string path,
bool throwOnError = true
)
Parameters
- path
- Type: SystemString
The file path. - throwOnError (Optional)
- Type: SystemBoolean
if set to true errors may be throw in case of Windows Shell errors.
Return Value
Type:
Int32An error number or 0.
Exceptions See Also