synDirectory 0.2 (Default branch) |
|
|
synDirectory is used to retrieve and sort the
current work directory list of of files. It opens
the current directory and retrieves the list of
files and sub-directories into separate arrays.
Since it may be listing the directory where this
package was installed, the package files are
excluded from the listing. The arrays with the
files and directories may be sorted by name, file
size, file type, or last modified date. The
package comes with a configuration file to help
the user customize the output further. It is also
possible to skin the output via CSS.
License: MIT/X Consortium License
Changes:
The license was changed from the GPL to an
MIT-style license. This permits the use of this
program within proprietary software. Three new
configuration options (via config.php) provide the
ability to hide the "Last Modified" row, the
ability to hide the "Size" row, and the ability to
hide the directory statistics line at the bottom.
The synDirectory.txt file is now correctly hidden
by default.
|