29 Input/output library [input.output]

29.11 File systems [filesystems]

29.11.9 Enumerations [fs.enum]

29.11.9.1 Enum path​::​format [fs.enum.path.format]

This enum specifies constants used to identify the format of the character sequence, with the meanings listed in Table 128.
Table 128: Enum path​::​format   [tab:fs.enum.path.format]
Name
Meaning
native_Β­format
The native pathname format.
generic_Β­format
The generic pathname format.
auto_Β­format
The interpretation of the format of the character sequence is implementation-defined.
The implementation may inspect the content of the character sequence to determine the format.
Note
:
For POSIX-based systems, native and generic formats are equivalent and the character sequence should always be interpreted in the same way.
β€” end note
 ]