wxWidgets has several small classes to work with disk files and directories.
Related Overviews: File Classes and Functions
Related macros/global-functions group: Files and Directories
クラス | |
class | wxDirTraverser |
wxDirTraverser is an abstract interface which must be implemented by objects passed to wxDir::Traverse() function. More... | |
class | wxDir |
wxDir is a portable equivalent of Unix open/read/closedir functions which allow enumerating of the files in a directory. More... | |
class | wxFFile |
wxFFile implements buffered file I/O. More... | |
class | wxTempFile |
wxTempFile provides a relatively safe way to replace the contents of the existing file. More... | |
class | wxFile |
A wxFile performs raw file I/O. More... | |
class | wxPathList |
The path list is a convenient way of storing a number of directories, and when presented with a filename without a directory, searching for an existing file in those directories. More... | |
class | wxFileName |
wxFileName encapsulates a file name. More... | |
class | wxFSFile |
This class represents a single file opened by wxFileSystem. More... | |
class | wxFileSystemWatcher |
The wxFileSystemWatcher class allows to receive notifications of file system changes. More... | |
class | wxStandardPaths |
wxStandardPaths returns the standard locations in the file system and should be used by applications to find their data files in a portable way. More... | |
class | wxTextFile |
The wxTextFile is a simple class which allows to work with text files on line by line basis. More... |