Gentee Programming Language > Documentation > Libraries Download documentation

createdir

Create a directory.
 
uint createdir(
      str   name
)

Parameters

nameThe name of the directory being created.

Return value

If error occurs, function returns 0.

See also

    Function working with files


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