verifypath
Verifying a path and creating all absent directories.
func uint verifypath (
str name,
arrstr dirs
)
str name,
arrstr dirs
)
Parameters
name | The name of the path to be verified. |
dirs | An array for getting all the directories being created. It can be 0->arrstr. |
Return value
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.
Related links | Source |