Gentee Programming Language > Documentation > Libraries Download documentation

fileexist

Checking if a file exists.
 
uint fileexist(
      str   name
)

Parameters

nameFilename.

Return value

The function returns 1, if the specified file exists.

See also

    Function working with files


 Copyright © 2004-2006 Gentee Inc. All rights reserved.