RemoteFolder
An abstraction over a file entry for a folder on a pCloud account's filesystem.
See also
Functions
asFile
Link copied to clipboard
Returns this RemoteEntry as RemoteFile See isFile.
asFolder
Link copied to clipboard
Returns this RemoteEntry as a RemoteFolder See isFolder.
children
Link copied to clipboard
copy
Link copied to clipboard
abstract fun copy(toFolder: RemoteFolder, overwrite: Boolean): RemoteEntry
Content copied to clipboard
Copy this file to a specified folder.
lastModified
Link copied to clipboard
move
Link copied to clipboard
Move this file to a specified folder.
parentFolderId
Link copied to clipboard
reload
Link copied to clipboard
Reload this folder.
rename
Link copied to clipboard
Rename this file.
Properties
ROOT_FOLDER_ID
Link copied to clipboard
Inheritors
RealRemoteFolder
Link copied to clipboard