Library Foundation

Package Filesystem

Overview

Classes: DirectoryEvent, DirectoryIterator, DirectoryWatcher, File, Glob, Path, TemporaryFile

Functions: swap

Classes

struct DirectoryEvent

 more...

class DirectoryIterator

The DirectoryIterator class is used to enumerate all files in a directory. more...

class DirectoryWatcher

This class is used to get notifications about changes to the filesystem, more specifically, to a specific directory. more...

class File

The File class provides methods for working with a file. more...

class Glob

This class implements glob-style pattern matching as known from Unix shells. more...

class Path

This class represents filesystem paths in a platform-independent manner. more...

class TemporaryFile

The TemporaryFile class helps with the handling of temporary files. more...