Commits


Gil authored and GitHub committed 728ff40c96a
Port DirectoryIterator to Windows (#1874) * Move RecursivelyDeleteDir into filesystem_detail.h This wasn't intended to be a public API. * Make DirectoryIterator an abstract class Move POSIX implementaiton to a DirectoryIteratorPosix subclass. Windows does not have an easy equivalent of Advance(). This split allows the two implementations to be completely different. * Port DirectoryIterator to Windows.