delphi programming forums mysql charset mget recursive synonimos
free ventrilo servers hosting cs javascript delay python find in list
Back Forum New
abstract:

In other words, i want to have the application path in my application.


Hi,
I need to create some files at runtime in the same directory in which my executable resides. How can i get the path of the my application executable at runtime?
In other words, i want to have the application path in my application.

TOP


Originally Posted by alee
Hi,
I need to create some files at runtime in the same directory in which my executable resides. How can i get the path of the my application executable at runtime?
In other words, i want to have the application path in my application.
Code:
  1. ExtractFilePath(Application.ExeName)
Copy Code

TOP


Originally Posted by clivew
Code:
  1. ExtractFilePath(Application.ExeName)
Copy Code
thanks ... it helped



In other words, i want to have the application path in my application.

TOP

Back Forum