diff --git a/reference/filesystem/functions/fdatasync.xml b/reference/filesystem/functions/fdatasync.xml new file mode 100644 index 00000000..c5cca1e9 --- /dev/null +++ b/reference/filesystem/functions/fdatasync.xml @@ -0,0 +1,100 @@ + + + + + fdatasync + Veriyi (meta-veriyi değil) dosyaya eşzamanlar + + + + &reftitle.description; + + boolfdatasync + resourcestream + + + Bu işlev, fsync gibi stream + içeriğini depolama ortamına eşzamanlar, ancak dosya meta-verisini + eşzamanlamaz. Bu işlevin yalnızca POSIX sistemlerde gerçek bir fark + yarattığını unutmayın. Windows'ta bu işlev, fsync + işlevinin takma adıdır. + + + + + &reftitle.parameters; + + + + stream + + &fs.validfp.all; + + + + + + + + &reftitle.returnvalues; + + &return.success; + + + + + &reftitle.examples; + + + <function>fdatasync</function> örneği + + +]]> + + + + + + + &reftitle.seealso; + + + fflush + fsync + + + + + + diff --git a/reference/filesystem/functions/fsync.xml b/reference/filesystem/functions/fsync.xml new file mode 100644 index 00000000..1e2103cc --- /dev/null +++ b/reference/filesystem/functions/fsync.xml @@ -0,0 +1,98 @@ + + + + + fsync + Değişiklikleri dosyaya eşzamanlar (meta-veri dahil) + + + + &reftitle.description; + + boolfsync + resourcestream + + + Bu işlev, meta-verisi dahil olmak üzere dosyadaki değişiklikleri + eşzamanlar. Bu, fflush işlevine benzer, ancak ayrıca + işletim sistemine depolama ortamına yazmasını da söyler. + + + + + &reftitle.parameters; + + + + stream + + &fs.validfp.all; + + + + + + + + &reftitle.returnvalues; + + &return.success; + + + + + &reftitle.examples; + + + <function>fsync</function> örneği + + +]]> + + + + + + + &reftitle.seealso; + + + fdatasync + fflush + + + + + +