LassoScript Utility
Basics Browse Detail

[File_ModDate]

Tag Link [File_ModDate] Category File
Type Substitution Source Available No
Support Preferred Version 3.0
Change Unchanged Data Source Any
Output Type Date String Security Tag, File
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0, Lasso 3.x

Description

[File_ModDate] returns the modification date of a file. Accepts one parameter, the name of the file or directory to be inspected.

The file tags are protected by four different permissions. The user must have permission for all of the following in order to use this tag:
- Permission to use the tag itself.
- Permission to perform the file operation.
- Permission to work in the directory which contains the files.
- The filename extensions of the files which are being worked with must be allowed in Lasso Administration.

Syntax

[File_ModDateFile Name]

Parameters

Required Parameters
File Name The name of the file to be checked.

Examples

To display the modification date for a file:

Use the [File_ModDate] tag. The following example inspects a file named myfile.txt from the root of the Web serving folder.

[File_ModDate: '/myfile.txt']

September 5, 2001 9:46:29