GetCurrentDirectory
PowerScript function
Description
Gets the current directory for your target application.
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