Service vfs real erase
From eyeOS Wiki
Contents |
Syntax
vfs('real_erase', array($file))
or
service('vfs', 'real_erase', array($file))
Description
Blanks a real file.
Arguments
file: path to real file to blank.
Return values
If the file exists, there are enough permissions to erase the contents of the file and it is erased successfully, returns true.

