|
This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
|
|
Touch File Action |
|
|
Declaration |
<AMTOUCHFILE FILE="text" CREATIONTIME="%DateSerial(2009,01,01)+TimeSerial(00,00,00)%" LASTACCESSTIME="%DateSerial(2009,01,01)+TimeSerial(00,00,00)%" LASTWRITETIME="%DateSerial(2009,01,01)+TimeSerial(00,00,00)%" READONLYFILE="touch" SUBFOLDERS="YES" ISNEWERTHAN="%DateSerial(2009,02,03)+TimeSerial(08,07,06)%" ATTRFILTER="-r-a-s-h-c-e" /> |
|
|
See Also |
Calculate File Checksum Action, Read from File Action, Write to File Action, Get File(s) information Action |
|
Touches file(s) in order to update their creation time, modified time or last accessed time.
See Description
Specifies the file(s) that should be affected by the creation, modification or last accessed time modification. This can be a fully qualified path and file name (preferred) or a file name only (requires use of the Change Folder action). Wildcard characters (* or ?) may be used to specify files matching a certain mask. Multiple file and/or file masks may be specified by separating the entries with a pipe symbol (|).
When set to YES, specifies the date/time that the chosen file(s) creation time should be updated to.
When set to YES, specifies the date/time that the chosen file(s) last access time should be updated to.
When set to YES, specifies the date/time that the chosen file(s) last write time should be updated to.
When set to YES, specifies that the date of the chosen file(s) will be touched.
When set to YES, specifies that the time of the chosen file(s) will be touched.
Specifies what to do if the file is read only.
The available options are:
Skip: Any chosen file that is read-only will be skipped
Error: The step will generate an error if a chosen file is read-only
Touch: Any chosen file will be touched regardless of whether is read-only
When set to YES, specifies that, if present, subfolders should be searched for files matching the mask specified in the File parameter.
Causes the action not to affect files matching the masks specified. Filenames or wildcard masks may be used. Multiple entries may be specified by separating them with a pipe symbol (|), for example: *.txt|*.bak
Causes the action to only affect files if the source is newer than the date/time specified. If this parameter is left blank or not included, the date of the files will be ignored (unless limited by the Only if older than parameter).
Causes the action to only affect files if the source is older than the date/time specified. If this parameter is left blank or not included, the date of the files will be ignored (unless limited by the Only if newer than parameter).
This group of settings causes the action to filter which files are affected by the attribute change based on the original attribute settings of the source files.
In visual mode, a group of controls are provided to assist in the selection of this parameter. In AML mode, a single text item must be specified that contains the original attribute mask of the files you wish to affect.
Available Options:
R — Read only: Specifying "+R" causes files with this attribute turned on to be included, "-R" causes files with this attribute turned off to be included, not specifying the letter (default) causes this attribute to be ignored.
A — Archive: Specifying "+A" causes files with this attribute turned on to be included, "-A" causes files with this attribute turned off to be included, not specifying the letter (default) causes this attribute to be ignored.
S — System: Specifying "+S" causes files with this attribute turned on to be included, "-S" causes files with this attribute turned off to be included, not specifying the letter (default) causes this attribute to be ignored.
H — Hidden: Specifying "+H" causes files with this attribute turned on to be included, "-H" causes files with this attribute turned off to be included, not specifying the letter (default) causes this attribute to be ignored.
C — Compression: Specifying "+C" causes files with this attribute turned on to be included, "-C" causes files with this attribute turned off to be included, not specifying the letter (default) causes this attribute to be ignored.
This action includes the Description tab for entering a custom step description.
More on setting custom step description
This action also includes the standard Error Causes and On Error failure handling options/tabs.
More on Error Handling Options
All text fields allow the use of expressions, which can be entered by surrounding the expression in percentage signs (example: %MYVARIABLE%, % Left('Text',2)%). To help construct these expressions, you can open Expression Builder from these fields by pressing F2.
More on variables
More on expressions
More on the expression builder
NOTE: The code below can be copied and pasted directly into the Steps pane of the Task Builder.
<AMTOUCHFILE FILE="C:\Temp\TestFile.txt" CREATIONTIME="%DateSerial(2009,02,04)+TimeSerial(11,19,29)%" LASTACCESSTIME="%DateSerial(2009,02,04)+TimeSerial(11,19,29)%" LASTWRITETIME="%DateSerial(2009,02,04)+TimeSerial(11,19,29)%" />