検索条件
全98件
(14/20ページ)
filestrseek <file handle> <string>
パラメータ | 型 | パラメータ説明 |
---|---|---|
<file handle> | 整数 | ファイルハンドルを指定します。 |
<string> | 文字列 | 検索する文字列を指定します。 |
filestat <file name> <size> [<mtime>] [<drive>]
パラメータ | 型 | パラメータ説明 |
---|---|---|
<file name> | 文字列 | 対象ファイルを指定します。 |
<size> | 整数 | サイズを格納する変数名を指定します。 |
<mtime> | 文字列 | 最終変更時間を格納する変数名を指定します。 |
<drive> | 文字列 | 対象のドライブ番号を格納する変数名を指定します。 |
fileseekback <file handle>
パラメータ | 型 | パラメータ説明 |
---|---|---|
<file handle> | 文字列 | ファイルハンドルを指定します。 |
fileseek <file handle> <offset> <origin>
<origin> | ファイルポインタの基準となる位置 |
---|---|
0 | ファイルの最初 |
1 | 現在の位置 |
2 | ファイルの最後 |
パラメータ | 型 | パラメータ説明 |
---|---|---|
<file handle> | 文字列 | ファイルハンドルを指定します。 |
<offset> | 整数 | 基準となる位置から移動する byte 数を指定します。 |
<origin> | 整数 | 基準となる位置を指定します。 |