README.md

View on GitHub

VB6 App.Path = .NET Application.StartupPath

Description

This will give you your applications startup folder path.

More Info

Folder Path (String)

Submitted On
ByDrDave
LevelBeginner
User Rating3.7 (11 globes from 3 users)
CompatibilityC#, VB.NET, ASP.NET
CategoryCoding 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
'
'