Struct vfs::physical::PhysicalFS [] [src]

pub struct PhysicalFS {
}

A "physical" file system implementation using the underlying OS file system

Trait Implementations

impl VFS for PhysicalFS
[src]

type PATH = PathBuf

The type of file objects

type FILE = File

The type of path objects

type METADATA = Metadata

The type of metadata objects

fn path<T: Into<String>>(&self, path: T) -> PathBuf

Create a new path within this filesystem