#include "wx/wx.h"#include <wx/arrstr.h>#include <wx/dir.h>#include <wx/filename.h>Include dependency graph for fileutils.h:

Go to the source code of this file.
Functions | |
| bool | CreatePath (const wxFileName &filPath, int perm=0777) |
| bool | DeletePath (const wxFileName &filPath) |
| bool | DeleteFiles (const wxFileName &filPath) |
| wxArrayString | GetDirectories (const wxFileName &filPath) |
| wxArrayString | GetFiles (const wxFileName &filPath) |
| bool | PathNameExists (const wxString &sPathName) |
| PathNameExists. | |
| wxString | GetUniquePathName (const wxString &sDefaultPathName) |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PathNameExists. Indicates if a file or directory with the supplied path and name exists. The wxWidgets functions are specific for files and directories, not both. |
1.3.6