# Functions
FindParent returns the parent directory of name, or "" for the root for rclone paths.
OSFindParent returns the parent directory of name, or "" for the root for OS native paths.
# Constants
cache all files opened in any mode.
cache only the minimum, e.g.
cache nothing - return errors for writes which can't be satisfied.
cache all files opened with write intent.
# Variables
DefaultOpt is the default values uses for Opt.
# Type aliases
CacheMode controls the functionality of the cache.