Skip to content

Commit 0097d9e

Browse files
authored
Add "fakes" to completion table (#212)
1 parent 57a52ce commit 0097d9e

File tree

1 file changed

+32
-31
lines changed

1 file changed

+32
-31
lines changed

pkgs/io_file/README.md

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,40 +8,41 @@ See
88

99
### FileSystem
1010

11-
| Feature | Android | Linux | iOS | macOS | Windows |
12-
| :--- | :---: | :---: | :---: | :---: | :----: |
13-
| canonicalize path | [ ] | [ ] | [ ] | [ ] | [ ] |
14-
| copy file | [ ] | [ ] | [ ] | [ ] | [ ] |
15-
| create directory | [ ] | [ ] | [ ] | [ ] | [ ] |
16-
| create hard link | [ ] | [ ] | [ ] | [ ] | [ ] |
17-
| create symbolic link | [ ] | [ ] | [ ] | [ ] | [ ] |
18-
| create tmp directory | [ ] | [ ] | [ ] | [ ] | [ ] |
19-
| create tmp file | [ ] | [ ] | [ ] | [ ] | [ ] |
20-
| delete directory | [ ] | [ ] | [ ] | [ ] | [ ] |
21-
| delete file | [ ] | [ ] | [ ] | [ ] | [ ] |
22-
| delete tree | [ ] | [ ] | [ ] | [ ] | [ ] |
23-
| enum dir contents | [ ] | [ ] | [ ] | [ ] | [ ] |
24-
| exists | [ ] | [ ] | [ ] | [ ] | [ ] |
25-
| get metadata (stat) | [ ] | [ ] | [ ] | [ ] | [ ] |
26-
| open | [ ] | [ ] | [ ] | [ ] | [ ] |
27-
| read file (bytes) | [ ] | [ ] | [ ] | [ ] | [ ] |
28-
| read file (lines) | [ ] | [ ] | [ ] | [ ] | [ ] |
29-
| read file (string) | [ ] | [ ] | [ ] | [ ] | [ ] |
30-
| rename | [ ] | [X] | [ ] | [X] | [X] |
31-
| set permissions | [ ] | [ ] | [ ] | [ ] | [ ] |
32-
| write file (bytes) | [ ] | [ ] | [ ] | [ ] | [ ] |
33-
| write file (string) | [ ] | [ ] | [ ] | [ ] | [ ] |
11+
| Feature | Android | Linux | iOS | macOS | Windows | Fake POSIX | Fake Windows |
12+
| :--- | :---: | :---: | :---: | :---: | :----: | :--------: | :----------: |
13+
| canonicalize path | | | | | | | |
14+
| copy file | | | | | | | |
15+
| create directory | | | | | | | |
16+
| create hard link | | | | | | | |
17+
| create symbolic link | | | | | | | |
18+
| create tmp directory | | | | | | | |
19+
| create tmp file | | | | | | | |
20+
| delete directory | | | | | | | |
21+
| delete file | | | | | | | |
22+
| delete tree | | | | | | | |
23+
| enum dir contents | | | | | | | |
24+
| exists | | | | | | | |
25+
| get metadata (stat) | | | | | | | |
26+
| identity (same file) | | | | | | | |
27+
| open | | | | | | | |
28+
| read file (bytes) | ||||| | |
29+
| read file (lines) | | | | | | | |
30+
| read file (string) | | | | | | | |
31+
| rename | ||||| | |
32+
| set permissions | | | | | | | |
33+
| write file (bytes) | ||||| | |
34+
| write file (string) | | | | | | | |
3435

3536
### File
3637

37-
| Feature | Android | Linux | iOS | macOS | Windows |
38-
| :--- | :---: | :---: | :---: | :---: | :----: |
39-
| get file descriptor | [ ] | [ ] | [ ] | [ ] | [ ] |
40-
| get file length | [ ] | [ ] | [ ] | [ ] | [ ] |
41-
| get file metadata | [ ] | [ ] | [ ] | [ ] | [ ] |
42-
| get file position | [ ] | [ ] | [ ] | [ ] | [ ] |
43-
| read | [ ] | [ ] | [ ] | [ ] | [ ] |
44-
| write | [ ] | [ ] | [ ] | [ ] | [ ] |
38+
| Feature | Android | Linux | iOS | macOS | Windows | Fake POSIX | Fake Windows |
39+
| :--- | :---: | :---: | :---: | :---: | :----: | :--------: | :----------: |
40+
| get file descriptor | | | | | | | |
41+
| get file length | | | | | | | |
42+
| get file metadata | | | | | | | |
43+
| get file position | | | | | | | |
44+
| read | | | | | | | |
45+
| write | | | | | | | |
4546

4647
## Status: Experimental
4748

0 commit comments

Comments
 (0)