readProperties

This function reads in the contents of a file before passing it to the parseProperties() function for processing.

  1. string[string] readProperties(string path)
  2. string[string] readProperties(File* file)
    string[string]
    readProperties
    (
    File* file
    )

Return Value

Type: string[string]

The associative array returned by parseProperties().

Meta