-
Re: What is the function that will return the application path (app.path in VB6)
Application.StartupPath actually gets the folder where the application
started, which may or not may not be the same as App.Path (e.g., for
..dll's). As discussed in the a recent issue of VSM, you'll get better
results with the [Assembly].Location property.
HTH,
Ian.
"Russell Jones" <arj1@nospam.northstate.net> wrote in message
news:3d9dc2db$1@10.1.10.29...
> Application.StartupPath()
>
> "Gerardo" <garaceg@yahoo.com> wrote in message
news:3d9db12f$1@10.1.10.29...
> >
> > What is the function in .NET that will return the application path
> (app.path
> > in VB6)?
> >
> > Thanks
> > Gerardo
>
>
-
What is the function that will return the application path (app.path in VB6)
What is the function in .NET that will return the application path (app.path
in VB6)?
Thanks
Gerardo
-
Re: What is the function that will return the application path (app.path in VB6)
Application.StartupPath()
"Gerardo" <garaceg@yahoo.com> wrote in message news:3d9db12f$1@10.1.10.29...
>
> What is the function in .NET that will return the application path
(app.path
> in VB6)?
>
> Thanks
> Gerardo
-
Re: What is the function that will return the application path (app.path in VB6)
Thanks for your help!!
Gerardo
"Russell Jones" <arj1@nospam.northstate.net> wrote:
>Application.StartupPath()
>
>"Gerardo" <garaceg@yahoo.com> wrote in message news:3d9db12f$1@10.1.10.29...
>>
>> What is the function in .NET that will return the application path
>(app.path
>> in VB6)?
>>
>> Thanks
>> Gerardo
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks