Storage API

This chapter describes the public API of the Storage objects.

General API

FIXME

File API

addFile ($localFilePath)
Adds a local file to this storage.
createFile
Creates an empty file at the specified location.
getFile
Returns a file object for the given file identifier.
getFileList
Returns a list of files in the given path.
hasFile
Checks if a given file exists.
getFileContents
Returns the contents of a file.
setFileContents
asd
deleteFile
asd
copyFile
asd
moveFile
asd
renameFile
asd
updateFile
asd
replaceFile
asd
uploadFile
asd
hashFile
asd
getPublicUrlForFile
asd
getFileForLocalProcessing
asd
getFileInfo
asd

Folder API

FIXME