Mozilla Skin
BLOG | FORUMS | WIKI | DEVELOPERS | MY EYEOS | PROFESSIONAL SERVICES | PROJECT PAGE

Service vfs real fileExists

From eyeOS Wiki

Contents

Syntax

vfs('real_fileExists', array($file))

or

service('vfs', 'real_fileExists', array($file))

Description

Checks if a specified real file exists or not.

Arguments

file: name of the file to be checked.

Return values

If there are enough permissions in the container directory to check the file and the file exists, returns true.