/dev/fs: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
SpamBot (talk | contribs)
No edit summary
Bitflusher (talk | contribs)
m shared2 link
Line 16: Line 16:
/import
/import
   
   
/shared2
[[/shared2]]
   
   
/shared1
/shared1

Revision as of 15:38, 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

/title

/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.