Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::FileSystemIterator::Options Struct Reference

Options when iterating (recursive and other options) More...

#include <FileSystemIterator.h>

Public Attributes

bool recursive = false
 true will recurse automatically into subdirectories More...
 
bool forwardSlashes = false
 true will return paths forward slash / even on Windows More...
 

Detailed Description

Options when iterating (recursive and other options)

Member Data Documentation

◆ forwardSlashes

bool SC::FileSystemIterator::Options::forwardSlashes = false

true will return paths forward slash / even on Windows

◆ recursive

bool SC::FileSystemIterator::Options::recursive = false

true will recurse automatically into subdirectories


The documentation for this struct was generated from the following file: