Service vfs real rmdir
From eyeOS Wiki
Contents |
Syntax
vfs('real_rmdir', array($dir))
or
service('vfs', 'real_rmdir', array($dir))
Description
Deletes a real directory and its content.
Arguments
dir: name of the directory to be deleted.
Return values
If the specified directory exists and is deleted successfully, returns true.

