Euphoria
eu::DirectoryListing Struct Reference

#include <os.h>

Public Attributes

std::vector< std::string > files
 
std::vector< std::string > directories
 
bool valid = false
 

Detailed Description

Definition at line 13 of file os.h.

Member Data Documentation

◆ directories

std::vector<std::string> eu::DirectoryListing::directories

Definition at line 16 of file os.h.

◆ files

std::vector<std::string> eu::DirectoryListing::files

Definition at line 15 of file os.h.

◆ valid

bool eu::DirectoryListing::valid = false

Definition at line 17 of file os.h.


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