Regular on-disk file and directory access. More...
#include "stdinc.h"#include "config.h"#include "vfs.h"#include "vfs_modules.h"
Go to the source code of this file.
Functions | |
| int | vfs_file_match (struct vfsent *ve, int isdir) |
| A fallback module that matches all files on disk (possibly audio files?). | |
| FILE * | vfs_file_open (struct vfsent *ve) |
| Create a file handle to the file. | |
| int | vfs_dir_match (struct vfsent *ve, int isdir) |
| Open a directory. | |
| int | vfs_dir_populate (struct vfsent *ve) |
| Read the contents of a directory and add them to the population of the current node. This function honours the sort order each module has. | |
Regular on-disk file and directory access.
Definition in file vfs_regular.c.
1.6.3