Die Oberfläche von VDS Renaissance ist in mehreren Sprachen verfügbar. Die offizielle Dokumentation wird auf Englisch gepflegt, um eine einheitliche, konsistente und stets aktuelle Referenz zu gewährleisten.

@CURDIR

Windows Linux macOS

Syntax

@CURDIR(<drive letter>)

Description

This function returns the current directory of the specified drive. If no drive letter is specified, the function returns the current directory of the current default drive.

OK

Unchanged.

Example

%C = @CURDIR()
REM %C now holds the current directory
%D = @CURDIR(D)
REM %D now holds the current directory of drive D:

See also