Sympa::Tools::File(3Sympa) | sympa 6.2.70 | Sympa::Tools::File(3Sympa) |
Sympa::Tools::File - File-related functions
This package provides some file-related functions.
Returns true value if setting rights succeeded. Otherwise returns false value.
Note: If superuser was specified as owner, this function will die.
Parameter:
Returns:
Modification time as UNIX time. If the file is not found (including the case that the file vanishes during execution of this function) or is not readable, returns "POSIX::INT_MIN". In case of other error, returns "undef".
Recursively list the content of a directory Return an array of hash, each entry with directory + filename + encoding
Q-encodes a complete file hierarchy. Useful to Q-encode subshared documents.
ToDo: See a comment on "qencode_filename" in Sympa::Tools::Text.
Sympa::Tools::File appeared on Sympa 6.2a.41.
2023-01-26 | 6.2.70 |