package
0.0.0-20240903102252-97ed4018d9d4
Repository: https://github.com/youtch/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
Opt is the default options modified by the environment variables and command line flags.
OptionsInfo describes the Options in use.
# Type aliases
FileMode is a command line friendly os.FileMode.