MCPcopy Create free account
hub / github.com/CruiserOne/Astrolog / DeleteShortcut

Function DeleteShortcut

wdriver.cpp:3108–3114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3106// from FCreateProgramGroup() to setup the program.
3107
3108void DeleteShortcut(CONST char *szDir, CONST char *szFile)
3109{
3110 char sz[cchSzMax];
3111
3112 sprintf(sz, "%s\\%s.lnk", szDir, szFile);
3113 _unlink(sz);
3114}
3115
3116
3117// Add an icon pointing to the Astrolog executable on the Windows desktop.

Callers 1

FCreateProgramGroupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected