exists [options] <file_name>
Display help.
The name of the file or directory of interest. [filename]
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 (c) 2006-2010 Accenture. All rights reserved.