===================================
Placeholders for FileInfo templates
===================================


General placeholders
====================

%INDEX%           Index number of the file

%LONGFILE%        Long filename (path and name)
%LONGNAME%        Long filename
%LONGDIR%         Long directory
%LONGPATH%        Long path
%SHORTFILE%       Long filename (path and name)
%SHORTNAME%       Long filename
%SHORTDIR%        Long directory
%SHORTPATH%       Long path

%SIZE%            File size in bytes (unformatted)
%SIZEB%           File size in bytes
%SIZEKB%          File size in KB
%SIZEMB%          File size in MB
%SIZEGB%          File size in GB

%MODIFIED%        Modification time
%MODIFIED:[DT]%   Modification time in the given format
%ACCESSED%        Last access time
%ACCESSED:[DT]%   Last access time in the given format
%CREATED%         Created time
%CREATED:[DT]%    Created time in the given format

%ATTRIBUTES%      File attributes
%OWNER%           File owner

%CRC32%           CRC-32 checksum
%MD5%             MD5 hash value
%SHA1%            SHA-1 hash value



File VersionInfo placeholders (PRO version only)
=============================

The following placeholders are available only for executable files and dynamic
link libraries that contain a VersionInfo block (e.g. EXE, DLL and OCX files).

%FVI_COMPANY%     Company name
%FVI_PRODNAME%    Product name
%FVI_PRODVER%     Product version
%FVI_FILEVER%     File version
%FVI_INTNAME%     Internal name
%FVI_ORIGNAME%    Original filename
%FVI_COPYRIGHT%   Copyright
%FVI_TRADEMARK%   Trademarks
%FVI_FILEDESC%    File description
%FVI_COMMENT%     Comments

Templates using one of the VersionInfo placeholders can used with the
profesional version of FileInfo only.



SummaryInfo placeholders (PRO version only)
========================

The following placeholders are available only for files with a SummaryInfo data
stream (e.g. a manually added summary info or for a MS Word document). Depending
on the file format, not all values are available in each file.

FileSummaryInformation
----------------------
%FSI_TITLE%        Title
%FSI_SUBJECT%      Subject
%FSI_AUTHOR%       Author
%FSI_KEYWORDS%     Keywords
%FSI_COMMENTS%     Comments
%FSI_TEMPLATE%     Template filename (e.g. for MS Word documents)
%FSI_LASTAUTHOR%   Last author
%FSI_REVNUMBER%    Revision number
%FSI_EDITTIME%     Edit time (UTC)
%FSI_LASTPRINTED%  Last printed date and time (UTC)
%FSI_CREATEDTM%    Created date and time (UTC)
%FSI_LASTSAVEDTM%  Last saved date and time (UTC)
%FSI_PAGECOUNT%    Page count
%FSI_WORDCOUNT%    Word count
%FSI_CHARCOUNT%    Character count
%FSI_APPNAME%      Application name

DocumentSummaryInformation
--------------------------
%DSI_CATEGORY%     Category
%DSI_PRESFORMAT%   
%DSI_BYTECOUNT%    Byte count
%DSI_LINECOUNT%    Line count
%DSI_PARCOUNT%     Paragraph count
%DSI_SLIDECOUNT%   
%DSI_NOTECOUNT%    
%DSI_HIDDENCOUNT%   
%DSI_MMCLIPCOUNT%  Multimedia clip count
%DSI_SCALE%        Scaled (True/False)
%DSI_MANAGER%      Manager
%DSI_COMPANY%      Company
%DSI_LINKSDIRTY%   

MultimediaSummaryInformation
----------------------------
%MSI_EDITOR%       Editor
%MSI_SUPPLIER%     Supplier
%MSI_SOURCE%       Source
%MSI_SEQUENCE_NO%  Sequence number
%MSI_PROJECT%      Project
%MSI_STATUS%       Status (number)
%MSI_OWNER%        Owner
%MSI_RATING%       Rating
%MSI_COPYRIGHT%    Copyright

Templates using one of the VersionInfo placeholders can used with the
profesional version of FileInfo only.



Date and time format:
=====================

  d	      Displays the day as a number without a leading zero (1-31).
  dd	    Displays the day as a number with a leading zero (01-31).
  ddd	    Displays the day as an abbreviation (Sun-Sat) using the strings given by
          the ShortDayNames global variable.
  dddd	  Displays the day as a full name (Sunday-Saturday) using the strings
          given by the LongDayNames global variable.
  ddddd	  Displays the date using the format given by the ShortDateFormat global
          variable.
  dddddd	Displays the date using the format given by the LongDateFormat global
          variable.
  m	      Displays the month as a number without a leading zero (1-12). If the m
          specifier immediately follows an h or hh specifier, the minute rather
          than the month is displayed.
  mm	    Displays the month as a number with a leading zero (01-12). If the mm
          specifier immediately follows an h or hh specifier, the minute rather
          than the month is displayed.
  mmm	    Displays the month as an abbreviation (Jan-Dec) using the strings given
          by the ShortMonthNames global variable.
  mmmm	  Displays the month as a full name (January-December) using the strings
          given by the LongMonthNames global variable.
  yy	    Displays the year as a two-digit number (00-99).
  yyyy	  Displays the year as a four-digit number (0000-9999).
  h	      Displays the hour without a leading zero (0-23).
  hh	    Displays the hour with a leading zero (00-23).
  n	      Displays the minute without a leading zero (0-59).
  nn	    Displays the minute with a leading zero (00-59).
  s	      Displays the second without a leading zero (0-59).
  ss	    Displays the second with a leading zero (00-59).
  z	      Displays the millisecond without a leading zero (0-999).
  zzz	    Displays the millisecond with a leading zero (000-999).
  t	      Displays the time using the format given by the ShortTimeFormat global
          variable.
  tt	    Displays the time using the format given by the LongTimeFormat global
          variable.
  am/pm	  Uses the 12-hour clock for the preceding h or hh specifier, and displays
          'am' for any hour before noon, and 'pm' for any hour after noon. The
          am/pm specifier can use lower, upper, or mixed case, and the result is
          displayed accordingly.
  a/p	    Uses the 12-hour clock for the preceding h or hh specifier, and displays
          'a' for any hour before noon, and 'p' for any hour after noon. The a/p
          specifier can use lower, upper, or mixed case, and the result is
          displayed accordingly.
  ampm	  Uses the 12-hour clock for the preceding h or hh specifier, and displays
          the contents of the TimeAMString global variable for any hour before
          noon, and the contents of the TimePMString global variable for any hour
          after noon.
  /	      Displays the date separator character given by the DateSeparator global
          variable.
  :	      Displays the time separator character given by the TimeSeparator global
          variable.
  'x'/"x"	Characters enclosed in single or double quotes are displayed as-is, and
          do not affect formatting.

_________________________________________
Copyright (c) 2005-2009 Werner Rumpeltesz
E-Mail:  info@gaijin.at
Website: http://www.gaijin.at/
