GetCurrentDirectory

Description

Gets the current directory for your target application.

Syntax

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:

sle_1.text = GetCurrentDirectory( )

See also

ChangeDirectory

CreateDirectory

DirectoryExists

RemoveDirectory