Scroll to navigation

Sympa::Tools::File(3Sympa) sympa 6.2.58 Sympa::Tools::File(3Sympa)

NAME

Sympa::Tools::File - File-related functions

DESCRIPTION

This package provides some file-related functions.

Functions

Sets owner and/or access rights on a file.

Returns true value if setting rights succeeded. Otherwise returns false value.

Note: If superuser was specified as owner, this function will die.

Copy a directory and its content
Delete a directory and its content
To be used before creating a file in a directory that may not exist already.
Recursively create directory and all parent directories
Shift file renaming it with date. If count is defined, keep $count file and unlink others
Gets modification time of the file.

Parameter:

$file
Full path of file.

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".

DEPRECATED.

Recursively list the content of a directory Return an array of hash, each entry with directory + filename + encoding

TBD.
DEPRECATED.

Q-encodes a complete file hierarchy. Useful to Q-encode subshared documents.

ToDo: See a comment on "qencode_filename" in Sympa::Tools::Text.

Function for Removing a non-empty directory. It takes a variable number of arguments: It can be a list of directory or few directory paths.

HISTORY

Sympa::Tools::File appeared on Sympa 6.2a.41.

2020-12-30 6.2.58