Ruby 3.3 リファレンスマニュアル
ライブラリ一覧
組み込みライブラリ
File::Constantsモジュール
DSYNC
constant File::Constants::DSYNC
DSYNC -> Integer
[
permalink
][
rdoc
][
edit
]
ファイルをデータ同期モードで開きます。 open(2) で O_DSYNC が指定できる場合に使えます。
File.open
で使用します。