Module sgx_tstd::sgxfs [−][src]
Filesystem manipulation operations.
Structs
| OpenOptions |
Options and flags which can be used to configure how a file is opened. |
| SgxFile |
A reference to an open file on the filesystem. |
Functions
| copy |
Copies the contents of one file to another.
This function will overwrite the contents of |
| export_auto_key | |
| import_auto_key | |
| read |
Read the entire contents of a file into a bytes vector. |
| read_to_string |
Read the entire contents of a file into a string. |
| remove | |
| write |
Write a slice as the entire contents of a file. |