[][src]Function sgx_tprotected_fs::remove

pub fn remove(filename: &CStr) -> SysError

The remove function deletes a file from the file system.

Description

remove is similar to the C file API remove.

Parameters

filename

The name of the file to delete.

Requirements

Header: sgx_tprotected_fs.edl

Library: libsgx_tprotected_fs.a

Return value

If the function failed, error code is returned.