Struct flep::fs::Physical [] [src]

pub struct Physical {
    pub root: PathBuf,
}

A folder on the physical on-disk filesystem.

Fields

The root directory.

Methods

impl Physical
[src]

Creates a new physical filesystem.

Trait Implementations

impl Clone for Physical
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Physical
[src]

Formats the value using the given formatter.

impl PartialEq for Physical
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Physical
[src]

impl FileSystem for Physical
[src]

List all files/directories at a specific path.

Make a new directory.

Write data into a file.

Read data from a file.