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

@NAME

Windows Linux macOS

Syntax

@NAME(<string>)

Description

This function returns the filename portion (not including the extension) of a of a filename in a path (or URL [VDS6]) specified in <string>.

OK

Unchanged.

Example

%N = @NAME(C:\WINDOWS\WIN.INI)
REM %N now contains WIN

See also