by::fsystem Class Reference

Cross-platform filesystem utilities for byeol language system. More...

#include <fsystem.hpp>

Static Public Member Functions

static iterator find (const std::string &path)
 Create iterator for filesystem traversal. More...
 
static std::string getCurrentDir ()
 Get current working directory.
 
static const std::string & getDelimiter ()
 Get platform-specific path delimiter.
 

Detailed Description

Cross-platform filesystem utilities for byeol language system.

Provides filesystem operations before C++ std::filesystem library is fully supported across all target platforms. Handles platform-specific file and directory operations through a unified interface.

Member Function Documentation

◆ find()

static iterator by::fsystem::find ( const std::string &  path)
static

Create iterator for filesystem traversal.

Parameters
pathTarget directory path to traverse

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