Help/FileInfoPlugin
Note: You are viewing an old revision of this page. View the current version.
The FileInfo plugin displays the date, size, path, etc. of an uploaded file. Only files relative and below to the uploads path can be handled.
Typical Usage
<<FileInfo file=Upload:image.png display=size,date >> <<FileInfo file=Upload:image.png display=name,size,date format="%s (size: %s, date: %s)" >>
Arguments
Argument |
Description |
Default value |
---|---|---|
file |
Relative path from PHPWIKI_DIR. |
none (required argument) |
display |
Comma-separated string of size, phonysize, date, mtime, owner, group, name, path, dirname, mime, link |
none (required argument) |
format |
printf format string with %s only, all display modes from above vars return strings |
(optional) |
quiet |
Boolean. If true, print no error if file is not found. |
false |
Example
This wiki was installed at <<FileInfo file=config/config.ini display=date>>.
This wiki was installed at 2022-12-27 03:25:56.