VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。
@PATH
Windows ✓Linux ✓macOS ⏳
Syntax
@PATH(<string>)
Description
This function returns the path portion (up to and including the final colon or backslash) of a path (or URL [VDS6]) specified in <string>.
OK
Unchanged.
Example
%P = @PATH(C:\WINDOWS\WIN.INI)
REM %P now contains C:\WINDOWS