VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。
@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: