You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ from niemafs import DirFS
40
40
fs = DirFS(path=target_path)
41
41
```
42
42
43
-
### [`GcmFS`](https://niema.net/NiemaFS/#niemafs.GcmFS) — Nintendo GameCube mini-DVD
43
+
### [`GcmFS`](https://niema.net/NiemaFS/#niemafs.GcmFS) — Nintendo GameCube Mini-DVD
44
44
Note that the Nintendo GameCube GCM file system does not contain file/folder timestamps. As a result, iterating over a `GcmFS` object will yield `None` for the timestamps.
45
45
46
46
```python
@@ -49,6 +49,15 @@ with open(target_path, 'rb') as target_file:
### [`GcRarcFS`](https://niema.net/NiemaFS/#niemafs.GcRarcFS) — Nintendo GameCube RARC Archive
53
+
Note that the Nintendo GameCube RARC file system does not contain file/folder timestamps. As a result, iterating over a `GcRarcFS` object will yield `None` for the timestamps.
### [`IsoFS`](https://niema.net/NiemaFS/#niemafs.IsoFS) — ISO 9660 Disc Image
53
62
54
63
```python
@@ -66,6 +75,7 @@ with open(target_path, 'rb') as target_file:
66
75
```
67
76
68
77
### [`TgcFS`](https://niema.net/NiemaFS/#niemafs.TgcFS) — Nintendo GameCube TGC Image
78
+
Note that the Nintendo GameCube TGC file system does not contain file/folder timestamps. As a result, iterating over a `TgcFS` object will yield `None` for the timestamps.
0 commit comments