C + + standard - C++17 features - file system - path processing
type
The object of path represents the path on the file system. Only the syntax appearance of the path is handled:
The pathname may represent a path that does not exist, or even a path that is not allowed to exist on the current file system or operating system.
Path names have the following syntax:
Root name (optional): identifies a file ...
Posted by kidd1270 on Tue, 25 Jan 2022 12:00:47 +0100