Projektname/Projektpfad
Hier werden folgende Informationen zum Projekt gesammelt:
- Projektpfad
- ProjektnameProjektpfadProjektname
C#
1 2 | string sProjectpath = PathMap.SubstitutePath("$(PROJECTPATH)"); string sProjectname = PathMap.SubstitutePath("$(PROJECTNAME)"); |
VB.NET
1 2 | Dim sProjectpath As String = PathMap.SubstitutePath("$(PROJECTPATH)") Dim sProjectname As String = PathMap.SubstitutePath("$(PROJECTNAME)") |

:biggrin:
Danke an FrankS für den VB.Net Code!