Service vfs real delete
From eyeOS Wiki
Contents |
Syntax
vfs('real_delete', array($file))
or
service('vfs', 'real_delete', array($file))
Description
Deletes a real file.
Arguments
file: path to real file to delete.
Return values
If there are enough permissions to delete the specified file, and there is no error deleting the file, returns true.

