tmp/tmp5fdp_a7z/{from.md → to.md}
RENAMED
|
@@ -19,11 +19,11 @@ path using either a pathname in the generic format [[fs.path.generic]]
|
|
| 19 |
or a pathname in the native format [[fs.class.path]]. Such an argument
|
| 20 |
is taken to be in the generic format if and only if it matches the
|
| 21 |
generic format and is not acceptable to the operating system as a native
|
| 22 |
path.
|
| 23 |
|
| 24 |
-
[*Note 2*: Some operating systems
|
| 25 |
distinguish between native format and generic format arguments. This is
|
| 26 |
by design as it simplifies use for operating systems that do not require
|
| 27 |
disambiguation. An implementation for an operating system where
|
| 28 |
disambiguation is required is permitted to distinguish between the
|
| 29 |
formats. — *end note*]
|
|
@@ -42,11 +42,11 @@ differently from paths for directories, the path shall be treated as a
|
|
| 42 |
directory path if its last element is a *directory-separator*, otherwise
|
| 43 |
it shall be treated as a path to a regular file.
|
| 44 |
|
| 45 |
[*Note 4*: A path stores a native format pathname
|
| 46 |
[[fs.path.native.obs]] and acts as if it also stores a generic format
|
| 47 |
-
pathname, related as given below. The implementation
|
| 48 |
generic format pathname based on the native format pathname (and
|
| 49 |
possibly other information) when requested. — *end note*]
|
| 50 |
|
| 51 |
When a path is constructed from or is assigned a single representation
|
| 52 |
separate from any path, the other representation is selected by the
|
|
|
|
| 19 |
or a pathname in the native format [[fs.class.path]]. Such an argument
|
| 20 |
is taken to be in the generic format if and only if it matches the
|
| 21 |
generic format and is not acceptable to the operating system as a native
|
| 22 |
path.
|
| 23 |
|
| 24 |
+
[*Note 2*: Some operating systems have no unambiguous way to
|
| 25 |
distinguish between native format and generic format arguments. This is
|
| 26 |
by design as it simplifies use for operating systems that do not require
|
| 27 |
disambiguation. An implementation for an operating system where
|
| 28 |
disambiguation is required is permitted to distinguish between the
|
| 29 |
formats. — *end note*]
|
|
|
|
| 42 |
directory path if its last element is a *directory-separator*, otherwise
|
| 43 |
it shall be treated as a path to a regular file.
|
| 44 |
|
| 45 |
[*Note 4*: A path stores a native format pathname
|
| 46 |
[[fs.path.native.obs]] and acts as if it also stores a generic format
|
| 47 |
+
pathname, related as given below. The implementation can generate the
|
| 48 |
generic format pathname based on the native format pathname (and
|
| 49 |
possibly other information) when requested. — *end note*]
|
| 50 |
|
| 51 |
When a path is constructed from or is assigned a single representation
|
| 52 |
separate from any path, the other representation is selected by the
|