Servertec Touch
Reference Manual
Conventions
iMake
Touch
Make Files
Constants
Identifiers
Operators
Directives
Statements
Macros

Return

 

Touch is a platform independent utility for setting a file's timestamp.

Syntax

    touch { -c { -h{elp} } { -nologo } { -t timestamp } { -v{erbose} } { file }...

Parameters

    -c create file if it does not exist.
    file the name of the file whose timestamp will be changed.
    -help display this help message.
    -nologo suppresses display of copyright message.
    -t timestamp use specified timestamp in the format: mm/dd/yyyy hh:mm:ss
    if not specified the current date/time is used.
    -verbose displays verbose error messages.

Returns

    Nothing.

Notes

    Touch requires Java JDK 1.2.x or later.

Example

    touch *.exe
    
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Mon Sep 05 14:25:36 EDT 2005