Tech Articles


How to get the application path


This example shows how to get the application path for development and deployment environments. This is compatible with PB 12.6.

I recommend to use a NVO to develop this functionality.

1. First declare the Local External Functions:

FUNCTION int GetModuleFileNameW(&
           ulong hinstModule, &
           REF string lpszPath, &
           ulong cchPath) LIBRARY "KERNEL32.DLL"

FUNCTION ulong GetCurrentDirectoryW (&
  ulong textlen, &
  REF string dirtext) LIBRARY "KERNEL32.DLL"

 

2. And then create the function of_getapplicationpath():

ULong  lul_rc, lul_size
LONG  ll_last, ll_i, ll_handle
STRING ls_ApplicationPath = Space (255)
STRING ls_separator = "\"

//Get the handle of the application
ll_handle = Handle (GetApplication ())

//When handle is 0, it is in Development Environment.
IF ll_handle = 0 THEN
 lul_rc = GetCurrentDirectoryW(255, ls_ApplicationPath)
 Return ls_ApplicationPath
END IF

//When it is in Deployment Environment
GetModuleFileNameW(ll_Handle, ls_ApplicationPath, 254)

ll_i = 0
Do
 ll_last = ll_i
 ll_i = Pos (ls_ApplicationPath, ls_separator, ll_i + 1)
Loop Until ll_i = 0

Return Left (ls_ApplicationPath, ll_last - 1)

 

I hope it helps.

Comments (0)
There are no comments posted here yet

Find Articles by Tag

Export JSON Charts DLL Event Handler Source Code Sort SVN Graph Authentication Icon NativePDF Web Service Proxy REST Windows OS Database Object Interface Database Profile PowerBuilder Import JSON XML Automated Testing Oracle PDFlib UI Modernization SDK Variable Encryption Testing Syntax SnapObjects C# SOAP Data Menu Bug Outlook File PowerServer Mobile External Functions Android DevOps Platform Linux OS IDE Database Painter Database Repository TFS GhostScript .NET DataStore CoderObject PostgreSQL ODBC driver Debugging Elevate Conference OrcaScript SQL Server RESTClient OAuth 2.0 Trial Script Performance ActiveX UI Event Array Excel PowerBuilder (Appeon) Export Database Table Schema WebBrowser Messagging Filter COM SnapDevelop Import UI Themes PostgreSQL Resize PowerServer Web JSONParser Class DataWindow Database Table Data Validation PowerBuilder Compiler RichTextEdit Control DataWindow JSON Database Table Migration Open Source Installation SQL Source Control Model Window Transaction DragDrop License Azure Deployment CI/CD 32-bit Event Handling TLS/SSL Branch & Merge TortoiseGit Text ODBC SqlModelMapper WinAPI Windows 10 Icons API JSON OAuth .NET Std Framework Authorization 64-bit Design InfoMaker Configuration .NET Assembly MessageBox Git iOS Database Connection Stored Procedure PowerScript (PS) CrypterObject SqlExecutor Encoding HTTPClient Expression Application DataType Error Jenkins BLOB RibbonBar Web API PBDOM RibbonBar Builder JSONGenerator PDF Debug TreeView OLE PFC Service Mobile Debugger