SYNTAX

    exists [options] <file_name>


OPTIONS

-h (--help) bool

Display help.


ARGUMENTS

<file_name>

The name of the file or directory of interest. [filename]


DESCRIPTION

Tests if a particular file or directory exists.

Returns KErrNone if it does, or either KErrNotFound or KErrPathNotFound otherwise. Intended to be used in conjunction with fshell's && and || operators.


COPYRIGHT

Copyright (c) 2006-2010 Accenture. All rights reserved.