Structs§
Enums§
- Local
OrRemote Component Storage Path - Represents either a local path to a file or directory, or the path to a file/directory in a directory associated with a remote component.
- Local
OrRemote Directory Path - Represents either a local path to a file or directory, or the path to a file/directory in a directory associated with a remote component.
- Parse
Path Error
Constants§
Functions§
- add_
source_ filename_ to_ path_ if_ absent - If
destination_path
indestination_dir
is itself a directory, returns a path with the filename portion ofsource_path
appended. Otherwise, returns a copy of the inputdestination_path
. - open_
parent_ subdir_ readable - Returns a readable
Directory
by opening the parent dir ofpath
.