Desktop Functions: Smart Device Functions:
|
PathAppend (shlwapi)
C# Signature:
[DllImport("shlwapi.dll", CharSet=CharSet.Auto)] Notes:This is similar, but not identical, to Path.Combine. For example, appending "C:\foo" with "\bar" yields "C:\foo\bar" rather than "\bar". Tips & Tricks:Please add some! Sample Code:Please add some! Alternative Managed API:Path.Combine Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|