Module path

Source

Structs§

RemoteComponentStoragePath
RemoteDirectoryPath

Enums§

LocalOrRemoteComponentStoragePath
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.
LocalOrRemoteDirectoryPath
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.
ParsePathError

Constants§

REMOTE_COMPONENT_STORAGE_PATH_HELP
REMOTE_DIRECTORY_PATH_HELP

Functions§

add_source_filename_to_path_if_absent
If destination_path in destination_dir is itself a directory, returns a path with the filename portion of source_path appended. Otherwise, returns a copy of the input destination_path.
open_parent_subdir_readable
Returns a readable Directory by opening the parent dir of path.