Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoICloudDrive is returned when the iCloud Drive folder cannot be found. ErrNoICloudDrive = fmt.Errorf("unable to find iCloud Drive") // ErrNoDropbox is returned when the Dropbox folder cannot be found. ErrNoDropbox = fmt.Errorf("unable to find Dropbox folder") // ErrNoOpenCloud is returned when the OpenCloud folder cannot be found. ErrNoOpenCloud = fmt.Errorf("unable to find OpenCloud folder") )
Functions ¶
func DropboxFolder ¶
DropboxFolder is the path to the Dropbox folder.
func ICloudFolder ¶
ICloudFolder is the path to the iCloud Drive folder.
func OpenCloudFolder ¶ added in v0.6.0
OpenCloudFolder is the path to the OpenCloud folder.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.