mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
removed obsolete example
svn-id: r5598
This commit is contained in:
parent
4fefb1a679
commit
d9aebd1cba
@ -151,21 +151,4 @@ public:
|
||||
int size() const { return _size; }
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
* Finally, a piece of sample code that does print out the content of your root directory:
|
||||
|
||||
void test_FS_stuff() {
|
||||
FilesystemNode *root = FilesystemNode::getRoot();
|
||||
FSList *filesInRoot = root->listDir();
|
||||
|
||||
printf("Content of your root directory:\n");
|
||||
for (int i = 0; i < filesInRoot->size(); i++) {
|
||||
const FilesystemNode &node = (*filesInRoot)[i];
|
||||
printf("File: '%s', path: '%s'\n", node.displayName().c_str(), node.path().c_str());
|
||||
}
|
||||
}
|
||||
|
||||
*
|
||||
*/
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user