|
8 | 8 |
|
9 | 9 | ### FileSystem
|
10 | 10 |
|
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) | | | | | | | | |
34 | 35 |
|
35 | 36 | ### File
|
36 | 37 |
|
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 | | | | | | | | |
45 | 46 |
|
46 | 47 | ## Status: Experimental
|
47 | 48 |
|
|
0 commit comments