[][src]Module safe_core::nfs::file_helper

FileHelper provides functions for CRUD on file.

Enums

Version

Enum specifying which version should be used in places where a version is required.

Functions

delete

Delete a file from the directory.

fetch

Get a file and its version from the directory.

insert

Insert the file into the directory.

read

Return a Reader for reading the file contents.

update

Update the file.

write

Helper function to update content of a file in a directory. A Writer object is returned, through which the data for the file can be written to the network. The file is actually saved in the directory listing only after writer.close() is invoked.