Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Squirrel/Squirrel.Windows
/ Save
Method
Save
src/Squirrel/ShellFile.cs:955–958 ·
view source on GitHub ↗
Saves the shortcut to ShortCutFile.
()
Source
from the content-addressed store, hash-verified
953
/// Saves the shortcut to ShortCutFile.
954
/// </summary>
955
public void Save()
956
{
957
Save(shortcutFile);
958
}
959
960
/// <summary>
961
/// Saves the shortcut to the specified file
Callers
7
SetAppIdOnShortcutTest
Method · 0.45
CreateShortcutsForExecutable
Method · 0.45
updateLink
Method · 0.45
CreateUninstallerRegistryEntry
Method · 0.45
renderReleaseNotesMarkdown
Method · 0.45
removeDependenciesFromPackageSpec
Method · 0.45
addDeltaFilesToContentTypes
Method · 0.45
Calls
no outgoing calls
Tested by
1
SetAppIdOnShortcutTest
Method · 0.36