Skip to content

File API

Block name
Block rendering

Creates a file in the Backendless file system.
file-create-file

Renames a file or a directory.
file-rename-file

Moves a file or a directory to another directory.
file-move-file

Copies a file or a directory to another directory.
file-copy-file

Deletes a file at the path.
file-delete-file

Deletes a directory at the path.
file-delete-directory

Return a list of directory entries (files and directories) matching the pattern using paging.
file-get-directory-listing

Retrieves a property from an object returned in the list from the directory listing block.
file-get-listing-object-property