aboutsummaryrefslogtreecommitdiff
path: root/include/fileutils.h
Commit message (Collapse)AuthorAgeFilesLines
* Deduplicate dirent.h inclusion.Gravatar Peter Powell2019-06-201-4/+0
|
* Add a method for getting a list of files in a directory.Gravatar Peter Powell2019-06-101-0/+12
|
* Remove unneeded classbase inheritance from FileReaderGravatar Attila Molnar2014-01-231-1/+1
|
* Move stuff around a bit:Gravatar Peter Powell2013-12-151-0/+87
- Create FileSystem class: * Move ServerConfig::CleanFilename to FileSystem::GetFileName and rewrite. * Move ServerConfig::ExpandPath to FileSystem. * Move ServerConfig::FileExists to FileSystem. * Move ServerConfig::StartsWithWindowsDriveLetter to FileSystem. - Move FileReader to fileutils.cpp and fix documentation. - Move UserManager::DoBackgroundUserStuff to usermanager.cpp.