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. | |
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.
|
static |
Create iterator for filesystem traversal.
| path | Target directory path to traverse |