Skip to content

Commit 09813c8

Browse files
author
Colin Robertson
committed
Update per editor
1 parent 9c6f4c5 commit 09813c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/standard-library/filesystem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ Another significant difference is the native representation of pathnames:
5353
5454
Another difference is the detail with which each operating system lets you specify file or directory access permissions:
5555
56-
1. Windows records whether a file is read-only or writable, an attribute that has no meaning for directories.
56+
- Windows records whether a file is read-only or writable, an attribute that has no meaning for directories.
5757
58-
1. POSIX records whether a file can be read, written, or executed (scanned, if a directory). And, whether each operation is allowed for the owner, the owner's group, or for everybody, plus a few other permissions.
58+
- POSIX records whether a file can be read, written, or executed (scanned, if a directory). And, whether each operation is allowed for the owner, the owner's group, or for everybody, plus a few other permissions.
5959
6060
Common to both systems is the structure imposed on a pathname once you get past the root name. For the pathname `c:/abc/xyz/def.ext`:
6161

0 commit comments

Comments
 (0)