Module filesystem

Source
Expand description

filesystem related

Functionsยง

symlink_dir
Create a directory symlink to the given src with the given link name. taken from: https://github.com/Byron/jwalk/blob/0079deb9faed6be48e77676494351f06411db5de/tests/util/mod.rs#L174 Copyright (c) 2019 Jesse Grosjean
symlink_file
Create a file symlink to the given src with the given link name. taken from https://github.com/Byron/jwalk/blob/0079deb9faed6be48e77676494351f06411db5de/tests/util/mod.rs#L147 Copyright (c) 2019 Jesse Grosjean