Skip to content

Symlink support? #66

@chipsenkbeil

Description

@chipsenkbeil

This is platform specific as it only is for unix, but is there any consideration on supporting symlinks for child paths where you have something like

let temp = assert_fs::TempDir::new().unwrap();

// Make a real file
let file = temp.child("file");
file.touch().unwrap();

// Make a symlink to a file (only available on unix platform)
temp.child("link").link(file).unwrap();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions