package
1.64.0-Personal
Repository: https://github.com/dceldran/rclone.git
Documentation: pkg.go.dev

# 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.

# Structs

Options is options for creating the vfs.

# Type aliases

CacheMode controls the functionality of the cache.