GitHub issue #460
This commit is contained in:
parent
e10325e133
commit
4f3f471b4c
5 changed files with 13 additions and 67 deletions
|
@ -111,14 +111,6 @@ public:
|
|||
*/
|
||||
static std::vector<std::string> listDirectory(const char *path);
|
||||
|
||||
/**
|
||||
* List all contents in a directory
|
||||
*
|
||||
* @param path Path to list
|
||||
* @return Names of things and types, currently just 'f' and 'd'
|
||||
*/
|
||||
static std::map<std::string,char> listDirectoryFull(const char *path);
|
||||
|
||||
/**
|
||||
* Clean a directory of files whose last modified time is older than this
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue