Date: Sun, 22 Feb 2009 19:16:30 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; pagename=Help%2FFileInfoPlugin; flags=PAGE_LOCKED; markup=2; charset=iso-8859-1 Content-Transfer-Encoding: binary The *~FileInfo* [[Help:WikiPlugin|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). Since v1.3.13. == Typical Usage {{{ <> <> }}} == Arguments __file__: relative path from PHPWIKI_DIR. (required) __display__: Comma-seperated string of version,size,phonysize,date,mtime,owner,name,path,dirname, link,mime-typ,magic. (required) __format__: printf format string with %s only, all display modes from above vars return strings (optional) == Examples This wiki was installed at <>. ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]