Find FULL App Path + App Extension! Steve Sellers
This simple 10 lines of code (including 1 API call) will return the FULL application path INCLUDING the application extension. Very easy to use. Tired of using App.path & "\" & app.exename & ".exe" when you dont know for sure that your extention will be .
Inputs : Just call FullAppName instead of putting in App.path & "\" & app.exename & ".exe" Assumes : Simply place the API Code and the function in your project. Use FullAppName every time you refer to your self in your code. Code Returns : A string containing the full application path and extention
[Get Source Code] Original Source & Copyright : Planet-Source-Code.Com Find FULL App Path + App Extension! Author : "Steve Sellers"
|