Gentee Programming Language > Documentation > Libraries Download documentation

direxist

Checking if a directory exists.
 
uint direxist(
      str   name
)

Parameters

nameDirectory name.

Return value

The function returns 1, if the specified directory exists.

See also

    Function working with files


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