10.5

Mac OS X 10.5 (Leopard)

Release: File Tools, v20100409

Release Type: Beta
Version: 20100409
Release Notes

Changes since FileTools 0.5beta-20091216

  • Added option to Text File Writer for appending to files instead of overwriting.
  • Fixed issue with File Type which prevented unix paths (as opposed to URIs) from working.
  • Fixed some major memory leaks with Image Downloader (Blocking)
  • Fixed various other minor memory leaks.

Time Duration (Composition by smokris)

Author: smokris
License: MIT
Date: 2010.04.08
Compatibility: 10.5, 10.6
Categories:
Required plugins:
(none)

Given a number of seconds, produces a human-readable string description of the time period.

E.g., converts "5502" into "1 hour, 31 minutes, 42 seconds".

Based on PHP code from http://aidanlister.com/2004/04/making-time-periods-readable/

String Pad (Composition by smokris)

Author: smokris
License: MIT
Date: 2010.04.08
Compatibility: 10.5, 10.6
Categories:
Required plugins:
(none)

Given a string, ensures that the string is at least the specified number of characters. Optionally trims the string, so the result is exactly the specified number of characters.

String Equal (Composition by smokris)

Author: smokris
License: MIT
Date: 2010.04.08
Compatibility: 10.5, 10.6
Categories:
Required plugins:
(none)

Returns true if the two input strings are equal (i.e., a negated "String Compare" patch).

Very simple, but hopefully time-saving.

Structure Key at Index (Composition by smokris)

Author: smokris
License: MIT
Date: 2010.04.08
Compatibility: 10.5, 10.6
Categories:
Required plugins:
(none)

Given a Structure, returns the Key for the specified Index (instead of the Value, which "Structure Index Member" returns).