################# File info actions ################# file.info ========= Getting some information about a file. Parameter --------- * *String* path Return Values ------------- * *Array* - *Array* - contains two values - first: property name, second property value Errors ------ .. list-table:: :header-rows: 1 * - Code - Description * - -1 - File doesn't exists. * - -2 - Given path isn't a file. * - -9 - Permission denied.