L’interface de VDS Renaissance est disponible en plusieurs langues. La documentation officielle est maintenue en anglais afin de garantir une référence unique, cohérente et toujours à jour.
@PATH
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