ph_createdirectory PowerHome formula function
Description
Creates the specified directory.
Syntax
ph_createdirectory ( filespec )
Argument Description
filespec String representing the directory path/name you wish to have created. This function will only create a single directory at a time.
Return value
Integer. Returns a 0 if successful and 1 if an error occurs.
Examples
The following examples demonstrate typical syntax/usage for this function.
• ph_createdirectory("C:/SprinklerTimes")