Gentee Programming Language > Documentation > Libraries | Download documentation |
Verifying a path and creating all absent directories.
uint verifypath( str name, arr dirs of str )
name The name of the path to be verified. dirs of str An array for getting all the directories being created. It can be 0 ( 0->arr of str ).
The function returns 1 if directories have been verified and created successfully. In case of an error, the function returns 0 and the last dirs item contains the name where there occurred an error while creating a directory.
See also![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |