nCine 2025.07.r505-0369b0c
A cross-platform 2D game engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ncine::FileSystem::Directory Class Reference

The class that handles directory traversal. More...

#include <FileSystem.h>

Public Member Functions

 Directory (const char *path)
 
bool open (const char *path)
 Opens a directory for traversal.
 
void close ()
 Closes an opened directory.
 
const char * readNext ()
 Returns the name of the next file inside the directory or nullptr
 

Detailed Description

The class that handles directory traversal.


The documentation for this class was generated from the following files: