Hello can someone please help me to find an alternative to this code in C# wpf.
With WScript.CreateObject("Shell.Application")
With .Namespace(objFSO.GetParentFolderName(objFile))
.ParseName(objFSO.GetFileName(objFile)).InvokeVerb("{:}")
End With
End With
I can't find an equivalent in C# for InvokeVerb("{:}")
. Can someone tell me at least what these lines are doing?
Thanks anyway :D