Protected
_metadataPrivate
decoderPrivate
encoderOptional
eventStatic
prefixedIterate over the files
for(let fileOrFolder of drive){
if(fileOrFolder instanceof TreeFolder){
// keep looping
}
else if(fileOrFolder instanceof TreeFile){
console.log(fileOrFolder.path)
}
}
Protected
createDownload and Decrypt a file at the provided path
Calls each of the listeners registered for a given event.
Gets the folder at the path, pass create=true in to create an empty folder
Gets the file or folder at the path
Protected
readRemoves the file or folder at the path
Remove the listeners of a given event.
Protected
resetUpdates or creates a new file at the path
Static
fromGenerated using TypeDoc
whether the drive has been modified and needs to be saved