GetCurrentDirectory()

Syntax

Result$ = GetCurrentDirectory()
Description
Returns the current directory name. All files accesses are relative to this directory, when no absolute path is specified. To change the current directory, use SetCurrentDirectory().

It's very unlikely, but if this function fails, it will return an empty string.

Supported OS

All

<- FinishDirectory() - FileSystem Index - GetExtensionPart() ->