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

SEEKFILE

Windows Linux macOS

Syntax

SEEKFILE <identifier>, <position>

SEEKFILE <identifier>, START|END

Description

Sets the current position of the file <identifier> to <position> bytes from the start of the file, or to the start or end of the file.

OK

Set to false if the command fails.

Example

SEEKFILE %%log, END

See also