MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / SetPath

Method SetPath

src/Squirrel/ShellFile.cs:231–232  ·  view source on GitHub ↗

[helpstring("Sets the shell link path and filename")]

(
                [MarshalAs(UnmanagedType.LPStr)] string pszFile)

Source from the content-addressed store, hash-verified

229
230 //[helpstring("Sets the shell link path and filename")]
231 void SetPath(
232 [MarshalAs(UnmanagedType.LPStr)] string pszFile);
233 }
234
235 [ComImport()]

Callers 1

ShellLinkClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected