21 lines
514 B
Plaintext
21 lines
514 B
Plaintext
/* $XConsortium: README /main/2 1996/07/15 14:00:20 drk $ */
|
|
|
|
|
|
This directory contains demonstrations of the Dts data typing API
|
|
|
|
datatyping - Examples of using the Dts API to determine information about
|
|
a set of files.
|
|
|
|
This program will display the data type, icon name
|
|
and supported actions for each file passed to it.
|
|
|
|
The dtaction client can then be used to
|
|
execute a supported action on the file.
|
|
|
|
The usage for datatyping is:
|
|
Usage: datatyping file1 [ file2 ... ]
|
|
|
|
example:
|
|
|
|
datatyping *
|