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