Changeset 2747 for branches/release-41/lib/MT/FileMgr.pm
- Timestamp:
- 07/10/08 17:16:23 (17 months ago)
- Files:
-
- 1 modified
-
branches/release-41/lib/MT/FileMgr.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-41/lib/MT/FileMgr.pm
r1779 r2747 152 152 On error, returns C<undef>; see L<ERROR HANDLING>, below. 153 153 154 =head2 content_is_updated( )154 =head2 content_is_updated($file, $content) 155 155 156 Return one (1). 156 Returns true if the contents of I<$file> differs from the value in 157 I<$content>. 158 159 =head2 $fmgr->file_mod_time($file) 160 161 Returns the modification timestamp for I<$file>. 157 162 158 163 =head2 $fmgr->is_handle($file)
