GetCurrentDirectory
PowerScript function
Description
Gets the current directory for your target application. If the
application is deployed as a native C/S application, the current directory
is the installation directory of the application executable; if the
application is deployed with PowerClient, the current directory is the
installation directory of the application (by default
%APPDATA%PBAppsApplicationsServerIP_AppName).
Syntax
|
1 |
GetCurrentDirectory ( ) |
Return value
String. Returns the full path name for the current directory.
Examples
This example puts the current directory name in a SingleLineEdit
control:
|
1 |
sle_1.text = GetCurrentDirectory( ) |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest