//! A rudimentary system exposing methods for Orchid to interact with the file //! system. All paths are strings. mod commands; mod osstring; pub use commands::DirectFS;