Added function to handle file or directories.
This commit is contained in:
@@ -28,6 +28,7 @@ This is part of a toolkit used to assist in ZSNES development
|
||||
#include <sys/stat.h>
|
||||
|
||||
bool parse_dir(const char *, void (*func)(const char *, struct stat&));
|
||||
bool parse_path(const char *, void (*func)(const char *, struct stat&));
|
||||
|
||||
inline bool extension_match(const char *filename, const char *ext)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user