Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
iMake
Touch
Make Files
Constants
Identifiers
Operators
Directives
Statements
Macros
Sales
Legal
Feedback
|
Touch is a platform independent utility for setting a file's timestamp.
Syntax
touch
{ -c
{ -h{elp} }
{ -nologo }
{ -t timestamp }
{ -v{erbose} }
Parameters
-c
|
create file if it does not exist.
|
-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
Notes
Touch requires Java JDK 1.2.x or later.
Example
touch *.exe
|
|