Expand description
Utility functions for working with paths.
Traits
- Convert a path to a path relative to the current directory which implements
Display.
Functions
- Copy a file from
fromtoto, and output those path to log. - Create a new directory if it doesn’t exist, and output the path to log.
- Create a new
Filefrom apath, and output the path to log. - Create a new directory if it doesn’t exist, or remove all its contents if exists.
- Remove a directory if exists and output the path to log.