[][src]Crate file_structure

Representation of directory/file structure in filesystem to create, delete or link.

This crate is in a early development stage, we can only read file structures for now.

Yet to be documented... see File and FileType structs, and the from* methods they suply.

Structs

File

Enums

FileStructureError
FileType

Functions

collect_directory_children

Fill a Vec with our own File struct

fs_filetype_from_path

Used by FileType from_path* function.

symlink_target

Follow symlink one level

Type Definitions

Result