EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

verifypath

Verifying a path and creating all absent directories.

func uint verifypath (
   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