ph_filelength PowerHome formula function
Description
Returns the length of the specified file in bytes.
Syntax
ph_filelength ( sourcefilespec )
Argument Description
sourcefilespec String representing the full path and filename of the source file.
Return value
Long. Returns the length of the specified file in bytes.

Examples
The following examples demonstrate typical syntax/usage for this function.
• ph_filelength("C:/powerhome/MotionDetection.txt")