Diff: Help/FileInfoPlugin

Differences between current version and predecessor to the previous major change of Help/FileInfoPlugin.

Other diffs: Previous Revision, Previous Author

Newer page: version 5 Last edited on October 14, 2015 11:47 am by PhilHollenback
Older page: version 4 Last edited on February 23, 2012 2:52 pm by PhilHollenback Revert
@@ -24,9 +24,9 @@
 | Relative path from PHPWIKI_DIR. 
 | //None// (required argument) 
 |- 
 | **display** 
-| Comma-seperated string of version, size, phonysize, date, mtime, owner, name, path, dirname, link, mime-typ, magic. 
+| Comma-separated string of version, size, phonysize, date, mtime, owner, name, path, dirname, link, mime-typ, magic. 
 | //None// (required argument) 
 |- 
 | **format** 
 | printf format string with %s only, all display modes from above vars return strings 

current version

The FileInfo plugin displays the version, date, size, perms of an uploaded file. Only files relative and below to the uploads path can be handled.

For exe files the version argument might work to display the VERSIONINFO ressource string. (highly experimental).

Typical Usage

<<FileInfo file=uploads/setup.exe display=version,date>>
<<FileInfo file=uploads/setup.exe display=name,version,date
                                  format="%s (version: %s, date: %s)">>

Arguments

Argument

Description

Default value

file

Relative path from PHPWIKI_DIR.

None (required argument)

display

Comma-separated string of version, size, phonysize, date, mtime, owner, name, path, dirname, link, mime-typ, magic.

None (required argument)

format

printf format string with %s only, all display modes from above vars return strings

(optional)

quiet

print no error if file not found

false

Examples

This wiki was installed at 10/14/15 10:36:26.



Our Founder
ToolboxClick to hide/show