Contents - Index
ファイル・マスク DOS File Mask
ファイル・マスクとは特定のグループのファイルだけを使う時に用いるフィルターの一種です。
ファイル・マスクには星印「*」を使うのが一般的です。*はワイルド・カードと言いますが、*はどのような名称でもよい、という意味を持つ文字です。
次の例が一般的です。
- *.CSV
- ファイル拡張子 ".CSV" をもつ、全てのファイルを意味します。例:
IBM.CSV, DEC.DAY, PIR.CSV, AND.CSV
- S*.WK
- ファイル拡張子 ".WK" を持ち、Sで始まる全てのファイルを意味します。例:
SPCL.WK, SAM.WK, S.WK, SUNW.WK
イタでは ファイル・エントリー・パネル File
Entry Panel で、ファイル・マスクの使用が可能です。個々のファイルをひとつひとつ指定するのでは面倒ですが、ファイル・マスクでグループ指定することで機能的な作業を行うことができます。
マニュアル目次へ
DOS
File Mask
A
file mask is a "filter" that lists only those files named in a
specific way. File masks require the use of wildcard characters -- the
asterisk (*) and question mark (?).
For instance, to list files ending with the file extension ".CSV",
the file mask would be "*.CSV". To list all files beginning with
an "S" and ending with the file extension ".CSV", the
file mask would be "S*.CSV".
Here are some examples...
File Mask What it represents
*.CSV All files
with a ".CSV" extension. Examples: IBM.CSV, DEC.CSV,
PIR.CSV, AND.CSV
S*.TXT All files
with a ".TXT" extension and beginning with an "S".
Examples: SPCL.TXT,
SAM.TXT, S.TXT, SUNW.TXT
Insider
TA accepts file masks in the File Entry Panel.
Insider TA™ v5.3

Copyright(c)1995-2006 Stock Blocks, Inc. |