Files
cppdraft_translate/cppdraft/fs/op/funcs/general.md
2025-10-25 03:02:53 +03:00

1.1 KiB

[fs.op.funcs.general]

31 Input/output library [input.output]

31.12 File systems [filesystems]

31.12.13 Filesystem operation functions [fs.op.funcs]

31.12.13.1 General [fs.op.funcs.general]

1

#

Filesystem operation functions query or modify files, including directories, in external storage.

2

#

[Note 1:

Because hardware failures, network failures, file system races ([fs.race.behavior]), and many other kinds of errors occur frequently in file system operations, any filesystem operation function, no matter how apparently innocuous, can encounter an error; see [fs.err.report].

— end note]