/dev/fs: Difference between revisions
< /dev
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
/sys | /sys | ||
For a more detailed example of how the file system structure can look, see http://www.openwii.org/forums/viewtopic.php? | For a more detailed example of how the file system structure can look, see http://www.openwii.org/forums/viewtopic.php?p=1241#1241. |
Revision as of 06:11, 24 February 2008
The filesystem can be directly accessed through "/dev/fs".
There are several IOS functions for FS like Delete/Create/List/Rename/.. .
Files can be directly opened with IOS_Open("/tmp/data.bin",1);
The root folder looks like that:
/tmp
/meta
/import
/shared2
/shared1
/ticket
/sys
For a more detailed example of how the file system structure can look, see http://www.openwii.org/forums/viewtopic.php?p=1241#1241.