README.md
Description
This will give you your applications startup folder path.
More Info
Folder Path (String)
| Submitted On | |
| By | DrDave |
| Level | Beginner |
| User Rating | 3.7 (11 globes from 3 users) |
| Compatibility | C#, VB.NET, ASP.NET |
| Category | Coding Standards |
| World | .Net (C#, VB.net) |
| Archive File |
Source Code
'
'
'
'### The big secret...
'
'
'### Application.StartupPath will provide you with your applications folder name.
'
'### THIS IS THE RIGHT WAY TO DO IT!!!
'
'
VB6 you used App.Path
In .NET you use Application.StartupPath
'
'