JPH0785079A - Device for managing information file - Google Patents

Device for managing information file

Info

Publication number
JPH0785079A
JPH0785079A JP5185466A JP18546693A JPH0785079A JP H0785079 A JPH0785079 A JP H0785079A JP 5185466 A JP5185466 A JP 5185466A JP 18546693 A JP18546693 A JP 18546693A JP H0785079 A JPH0785079 A JP H0785079A
Authority
JP
Japan
Prior art keywords
information
file
files
directory
attribute
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP5185466A
Other languages
Japanese (ja)
Inventor
Naoyuki Uhashi
直幸 宇橋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
N I C KK
PLANET COMPUTER KK
Original Assignee
N I C KK
PLANET COMPUTER KK
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by N I C KK, PLANET COMPUTER KK filed Critical N I C KK
Priority to JP5185466A priority Critical patent/JPH0785079A/en
Publication of JPH0785079A publication Critical patent/JPH0785079A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To provide the device for managing information files capable of easily retrieving files based on a given attribute. CONSTITUTION:Plural information files A to J with hierarchical structures defined mutually are preserved with directories having system information required to make an access to them. Each information file is made accessed by referring to the directory. The tag information showing the prescribed attribute (for example, the one indicating that a maker is 'A') on each information file is set separately from the directory. Based on the tag information, the information files are retrieved.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は情報ファイルの管理装
置、特に、パーソナルコンピュータにおいて、階層構造
をもった複数の情報ファイルを管理するのに適した情報
ファイルの管理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information file management device, and more particularly to an information file management device suitable for managing a plurality of information files having a hierarchical structure in a personal computer.

【0002】[0002]

【従来の技術】近年、コンピュータの性能は著しく向上
し、パーソナルコンピュータにおいても、種々のアプリ
ケーションソフトウエアを用いて様々な情報処理が可能
になってきている。このようにコンピュータが多機能化
してくると、情報ファイルの管理もこれに対応した方法
が必要になってくる。単一のパーソナルコンピュータあ
るいはネットワークで接続された複数台のパーソナルコ
ンピュータによって、いくつものアプリケーションソフ
トウエアが利用されると、それに伴い、種々雑多の非常
に多数の情報ファイルが作成されることになる。このよ
うな多数の情報ファイルを管理するため、通常、各情報
ファイル相互間に階層構造が定義される。このような階
層構造を定義しておけば、いわゆる「枝」ごとに各情報
ファイルを系統立てて管理することが可能になる。
2. Description of the Related Art In recent years, the performance of computers has been remarkably improved, and even personal computers have been able to perform various information processing using various application software. As the computer becomes multifunctional in this way, it becomes necessary to manage the information file by a method corresponding thereto. When a number of application software programs are used by a single personal computer or a plurality of personal computers connected by a network, a great number of miscellaneous information files are created accordingly. In order to manage such a large number of information files, a hierarchical structure is usually defined between the information files. By defining such a hierarchical structure, it becomes possible to systematically manage each information file for each so-called “branch”.

【0003】通常、1つの情報ファイルについて1つの
ディレクトリが作成される。このディレクトリには、情
報ファイルをアクセスするために必要なシステム情報
(たとえば、ファイル名、ファイルの先頭アドレス、フ
ァイルのサイズなど)が格納され、このディレクトリを
参照しながら各情報ファイルへのアクセスが行われる。
各情報ファイル間に定義された階層構造に関する情報
も、このディレクトリ内に格納される。
Normally, one directory is created for one information file. This directory stores the system information required to access the information files (for example, file name, file start address, file size, etc.). Be seen.
Information about the hierarchical structure defined between the information files is also stored in this directory.

【0004】[0004]

【発明が解決しようとする課題】上述したように、現在
一般に利用されているコンピュータでは、階層構造をも
ったディレクトリによって情報ファイルが管理されてい
る。このような階層構造は、所望の情報ファイルを系統
立てて探し出す作業を行うには大変便利である。しかし
ながら、常にこのような階層構造に従ったファイル検索
が行われるとは限らない。使用者にとって都合の良い任
意の属性に基づいてファイル検索が行われる場合もあ
る。たとえば、「作成者」という属性に基づいたファイ
ル検索を行う場合を考えてみる。より具体的には、ある
特定の作成者によって作成された情報ファイルのみを抽
出する作業を考えてみる。この場合、作成者についての
系統分けに基づく階層構造が構築されている場合には何
ら問題はないが、別な系統分けに基づく階層構造が構築
されている場合には、非常に手間のかかる作業が必要に
なる。すなわち、「作成者」という任意の属性は、階層
構造とは無関係であるため、「ある特定の作成者によっ
て作成された情報ファイル」は、階層構造とは無関係に
分散して存在することになる。このため、1つ1つの情
報ファイルを無差別に読み出し、作成者に関する情報を
読み取ってチェックする処理を行う必要がある。このよ
うに、従来の情報ファイルの管理装置では、任意の属性
に基づくファイル検索が困難であるという問題があっ
た。
As described above, in a computer which is currently generally used, information files are managed by directories having a hierarchical structure. Such a hierarchical structure is very convenient for systematically searching for a desired information file. However, a file search according to such a hierarchical structure is not always performed. The file search may be performed based on any attribute that is convenient for the user. For example, consider a case where a file search is performed based on the attribute "creator". More specifically, consider the work of extracting only the information files created by a particular creator. In this case, there is no problem if a hierarchical structure based on the systematic classification of the creator is constructed, but if a hierarchical structure based on another systematic classification is constructed, it will be a very laborious task. Will be required. That is, since the arbitrary attribute "creator" has nothing to do with the hierarchical structure, "information files created by a certain creator" exist in a distributed manner regardless of the hierarchical structure. . Therefore, it is necessary to read each information file indiscriminately, and to read and check the information about the creator. As described above, the conventional information file management device has a problem that it is difficult to search for a file based on an arbitrary attribute.

【0005】そこで本発明は、任意の属性に基づくファ
イル検索を容易に行うことのできる情報ファイルの管理
装置を提供することを目的とする。
Therefore, an object of the present invention is to provide an information file management apparatus which can easily perform a file search based on an arbitrary attribute.

【0006】[0006]

【課題を解決するための手段】[Means for Solving the Problems]

(1) 本願第1の発明は、相互に階層構造が定義された
複数の情報ファイルを、これらをアクセスするために必
要なシステム情報をもったディレクトリとともに保存
し、このディレクトリを参照することにより情報ファイ
ルのアクセスを行う情報ファイルの管理装置において、
各情報ファイルについて所定の属性を示すタグ情報をデ
ィレクトリとは別個に設定し、このタグ情報に基づいて
情報ファイルの検索を行うようにしたものである。
(1) In the first invention of the present application, a plurality of information files whose hierarchical structure is defined are stored together with a directory having system information necessary for accessing them, and the information is referred by referring to this directory. In the information file management device that accesses the file,
For each information file, tag information indicating a predetermined attribute is set separately from the directory, and the information file is searched based on this tag information.

【0007】(2) 本願第2の発明は、相互に階層構造
が定義された複数の情報ファイルを記憶する第1の記憶
領域と、各情報ファイルをアクセスするために必要なシ
ステム情報をもったディレクトリを記憶する第2の記憶
領域と、を有する記憶手段と、ディレクトリに基づいて
情報ファイルをアクセスする機能を有するファイル管理
手段と、を備える情報ファイルの管理装置において、階
層構造中の所定の枝を指定する指示を入力し、この指定
された枝に所属する情報ファイルを対象ファイルとして
特定し、ディレクトリを検索することにより、各対象フ
ァイルについてのシステム情報を抽出する機能をもった
対象ファイル特定手段と、この対象ファイル特定手段に
よって特定された対象ファイルについて所定の属性を示
すタグ情報を設定し、各対象ファイルについてのシステ
ム情報とタグ情報とをレコード単位で記録した管理テー
ブルを作成し、この管理テーブルを記憶手段内の第3の
記憶領域に格納するタグ情報設定手段と、タグ情報とし
て設定した特定の属性を指定する指示を入力し、管理テ
ーブルを参照することにより、特定の属性を示すタグ情
報が設定された対象ファイルを検索し、この検索された
対象ファイルについて管理テーブル内の所望の情報を表
の形式で画面表示する表作成手段と、を更に設けたもの
である。
(2) The second invention of the present application has a first storage area for storing a plurality of information files whose hierarchical structures are mutually defined, and system information necessary for accessing each information file. In a device for managing an information file, comprising: a storage unit having a second storage area for storing a directory; and a file management unit having a function of accessing an information file based on the directory, a predetermined branch in a hierarchical structure. Target file specifying means having a function of extracting system information about each target file by inputting an instruction to specify, specifying the information file belonging to the specified branch as the target file, and searching the directory. And setting tag information indicating a predetermined attribute for the target file specified by the target file specifying means, A management table is created in which system information and tag information for each target file are recorded in record units, and this management table is set as tag information and tag information setting means for storing the management table in a third storage area in the storage means. By inputting an instruction to specify a specific attribute and referring to the management table, the target file in which the tag information indicating the specific attribute is set is searched, and the desired information in the management table for the searched target file is searched. And a table creating means for displaying on the screen in the form of a table.

【0008】[0008]

【作 用】本発明の特徴は、各情報ファイルについて所
定の属性を示すタグ情報を設定する点にある。このタグ
情報は、使用者が定めた属性を示すものであり、使用者
は便宜に応じて任意の属性を定めることができる。この
タグ情報は、ディレクトリとは別個に設定されるため、
ディレクトリのもつ階層構造とは無関係に設定すること
ができる。このため、本発明は、従来利用されている既
存のファイル管理システムに対して大幅な変更を行うこ
となしに適用させることが可能である。このようなタグ
情報を利用すれば、任意の属性に基づくファイル検索を
容易に行うことができるようになる。
[Operation] A feature of the present invention is that tag information indicating a predetermined attribute is set for each information file. This tag information indicates an attribute defined by the user, and the user can define any attribute according to convenience. Since this tag information is set separately from the directory,
It can be set regardless of the hierarchical structure of the directory. Therefore, the present invention can be applied to an existing file management system that has been conventionally used without making a significant change. By using such tag information, it becomes possible to easily perform a file search based on an arbitrary attribute.

【0009】また、階層構造における所定の枝を指定す
ることにより、本発明によるファイル管理の対象となる
ファイルを特定することができる。更に、各対象ファイ
ルについてのシステム情報とタグ情報とをレコード単位
で記録した管理テーブルを作成しておけば、この管理テ
ーブルに基づいて検索を行い、その結果を表の形式で画
面に表示することができるようになる。
Further, by designating a predetermined branch in the hierarchical structure, it is possible to specify a file which is the object of file management according to the present invention. Furthermore, if you create a management table that records system information and tag information for each target file in record units, you can search based on this management table and display the results in a table format on the screen. Will be able to.

【0010】[0010]

【実施例】以下、本発明を図示する実施例に基づいて説
明する。はじめに、説明の便宜上、従来から一般的に用
いられている階層構造をもった情報ファイルの管理方法
を説明する。ここでは、アップルコンピュータ株式会社
製の汎用パーソナルコンピュータ「マッキントッシュ
(登録商標)」のファインダプログラムにおけるファイ
ル管理の方法を具体例として挙げておく。
The present invention will be described below based on illustrated embodiments. First, for convenience of description, a method of managing an information file having a hierarchical structure that has been generally used conventionally will be described. Here, a specific example will be given of a file management method in a finder program of a general-purpose personal computer "Macintosh (registered trademark)" manufactured by Apple Computer, Inc.

【0011】図1は、複数の情報ファイルA〜Jについ
て定義された「木構造」をもった階層を示す概念図であ
る。このシステムでは、「情報ファイル」を入れるため
の容器として「フォルダ」が定義されており、この「フ
ォルダ」の1階層下には、「情報ファイル」あるいは別
な「フォルダ」が定義される。最上位階層であるレベル
0には、ハードディスクに与えられたボリーム名「Volu
me 1」が付されており、「フォルダ」あるいは「情報フ
ァイル」は、その下位階層であるレベル1〜レベル4に
定義されている。なお、本明細書における「情報ファイ
ル」には、いわゆる「データファイル」だけでなく、
「アプリケーションプログラムファイル」も含まれるも
のとする。
FIG. 1 is a conceptual diagram showing a hierarchy having a "tree structure" defined for a plurality of information files AJ. In this system, a "folder" is defined as a container for storing an "information file", and an "information file" or another "folder" is defined one layer below this "folder". At the highest level, level 0, the volume name given to the hard disk is "Volu
"me 1" is added, and the "folder" or the "information file" is defined in the levels 1 to 4 which are the lower layers thereof. The "information file" in this specification is not limited to the so-called "data file",
The "application program file" is also included.

【0012】図2は、ディスプレイ画面上において、こ
れらの情報ファイルを階層構造に沿って検索する作業を
示す図である。画面右上の「Volume 1」と記されたアイ
コンが、ハードディスクを示しており、このアイコンを
マウスで指示してクリック(マウスボタンを押す動作)
を行えば、ウインドウW1が表示される。このウインド
ウW1は、ハードディスクの1階層下に所属するメンバ
ーを示すものであり、具体的には、レベル1に所属する
3つのフォルダ,,がアイコンで表示されてい
る。ここで、たとえば、フォルダのアイコンをマウス
で指示してクリックを行えば、ウインドウW2が表示さ
れる。このウインドウW2は、フォルダの1階層下に
所属するメンバーを示すものであり、具体的には、レベ
ル2に所属するフォルダおよび情報ファイルAがアイ
コンで表示されている。このように、アイコンをマウス
で指示してクリックを行うことにより、1階層下に所属
するメンバーが表示されることになるため、階層構造に
沿って所望の情報ファイルに到達することができる。
FIG. 2 is a diagram showing the operation of searching these information files on the display screen along the hierarchical structure. The icon labeled "Volume 1" at the top right of the screen indicates the hard disk, and you can point this icon with the mouse and click (press the mouse button).
Window W1 is displayed. This window W1 shows members belonging to one level below the hard disk, and specifically, three folders belonging to level 1 are displayed as icons. Here, for example, if the icon of the folder is designated with the mouse and clicked, the window W2 is displayed. This window W2 shows members belonging to one level below the folder. Specifically, the folders belonging to level 2 and the information file A are displayed as icons. In this way, by pointing the icon with the mouse and clicking it, the members belonging to one level below are displayed, so that the desired information file can be reached along the hierarchical structure.

【0013】こうして所望の情報ファイルのアイコンが
表示されたら、このアイコンをマウスで指示してダブル
クリック(マウスボタンを連続して2回押す動作)を行
えば、その情報ファイルを読み出すことができる。すな
わち、その情報ファイルがアプリケーションプログラム
ファイルであれば、このアプリケーションプログラムを
実行する処理が行われ、その情報ファイルがデータファ
イルであれば、このデータファイルを作成したアプリケ
ーションプログラムの実行を行った上で、このデータフ
ァイルの読み込み処理が行われる。
When the icon of the desired information file is displayed in this way, the information file can be read by pointing this icon with the mouse and double-clicking (the operation of pressing the mouse button twice in succession). That is, if the information file is an application program file, a process of executing this application program is performed, and if the information file is a data file, after executing the application program that created this data file, The reading process of this data file is performed.

【0014】このような階層構造に基づくファイル管理
を行えば、所望の情報ファイルを階層構造に沿って系統
立てて探し出す作業を容易に行うことができる。しかし
ながら、使用者が定義した任意の属性に基づいて、特定
の情報ファイルを探し出す作業は困難になる。たとえ
ば、情報ファイルA〜Jのうち、ファイルB,E,G,
Iの4つのファイルが「甲」によって作成されたファイ
ルであったとする。この場合、作成者が甲であることを
示す何らかの情報を、これらの情報ファイル中に入れて
おくようにすれば、「作成者:甲」という属性をもった
情報ファイルを検索することは可能である。しかしなが
ら、このような属性は階層構造とは無関係であるため、
1つ1つの情報ファイルを無差別に読み出し、作成者に
関する情報を読み取ってチェックする処理を行う必要が
ある。これはファイル数が増えれば増えるほど、労力を
要する作業である。
By performing file management based on such a hierarchical structure, it is possible to easily carry out the work of systematically searching for a desired information file along the hierarchical structure. However, it becomes difficult to find a specific information file based on an arbitrary attribute defined by the user. For example, among the information files A to J, the files B, E, G,
It is assumed that the four files of I are files created by "Kou". In this case, it is possible to search for an information file with the attribute "creator: A" if some information indicating that the creator is A is included in these information files. is there. However, such attributes are independent of the hierarchical structure, so
It is necessary to read each information file indiscriminately, and to read and check the information regarding the creator. This is a laborious task as the number of files increases.

【0015】本発明の主眼は、使用者が設定した任意の
属性に基づくファイル検索を容易に行うことができるよ
うにすることである。その基本概念を図3に基づいて説
明しよう。図3に示す階層構造は、図1に示すものと同
じものである。ここで、ハッチングを施して示したファ
イルB,E,G,Iの4つのファイルについては、作成
者が甲であるものとする。そこで、この4つのファイル
について、「作成者:甲」というタグ情報を設定する。
いわば、この4つのファイルについて、「作成者:甲」
と記されたタグ(荷札)を貼り付けたものと考えればよ
い。別なファイルについても同様に、「作成者:乙」や
「作成者:丙」と記されたタグを貼り付ける。こうし
て、「作成者」という属性を示すタグ情報が設定される
ことになる。このようなタグ情報の設定を行っておけ
ば、このタグ情報に基づいて所望のファイルを検索する
ことができるようになる。たとえば、「作成者:甲」と
いう属性をもったファイルを検索するのであれば、「作
成者:甲」と記されたタグが貼り付けられたファイルを
抽出すればよいことになる。
The main object of the present invention is to facilitate a file search based on an arbitrary attribute set by the user. The basic concept will be explained based on FIG. The hierarchical structure shown in FIG. 3 is the same as that shown in FIG. Here, it is assumed that the creators of the four files B, E, G, and I hatched are instep A. Therefore, the tag information "creator: A" is set for these four files.
So to speak, about these four files, "creator: Ko"
It can be thought of as having a tag (shipping tag) marked with. Similarly, for other files, paste tags with "Creator: Otsu" and "Creator: 丙". In this way, the tag information indicating the attribute "creator" is set. If the tag information is set in this way, a desired file can be searched based on the tag information. For example, to search for a file having an attribute of "creator: instep", it is sufficient to extract a file to which a tag with "creator: instep" is attached.

【0016】なお、このような検索処理は、階層木構造
の一部分についてのみ行うことも可能である。たとえ
ば、図4に示すように、フォルダを指定することによ
り、このフォルダの下位階層に定義されたメンバーす
べてを検索対象として選び、この検索対象についてだけ
検索を行うことも可能である。別言すれば、フォルダ
によって特定される枝に所属するファイルだけが検索対
象となる。このような検索対象について、「作成者:
甲」なる属性をもったファイルの検索を行えば、ファイ
ルB,G,Iの3つのファイルが検索されることにな
る。本発明の装置では、このような検索結果に基づい
て、図5に示すような表を作成し、これをディスプレイ
画面上に表示するようにしている。この例では、検索さ
れた3つのファイルB,G,Iについて、作成者名(検
索に用いた属性)を表示するとともに、各ファイルのア
イコンを表示させている。アイコンを表示させているの
は、このアイコンをマウスで指示してダブルクリックを
行うことにより、そのファイルを読み出すことができる
ようにするためである。なお、アイコンの代わりに、い
わゆるサムネイル(そのファイル内のデータ内容を視覚
的に縮小表現したもの。たとえば、画像データのファイ
ルならばその縮小画像、文書データのファイルならばそ
の文書の1頁目の縮小イメージ)を表示するようにして
もよい。
It should be noted that such a retrieval process can be performed only on a part of the hierarchical tree structure. For example, as shown in FIG. 4, by designating a folder, it is possible to select all the members defined in the lower hierarchy of this folder as a search target and perform the search only for this search target. In other words, only files that belong to the branch specified by the folder are searched. For such a search target, "Author:
When a file having an attribute of "A" is searched, three files B, G, and I are searched. The apparatus of the present invention creates a table as shown in FIG. 5 based on such a search result and displays it on the display screen. In this example, the creator names (attributes used in the search) are displayed for the three searched files B, G, and I, and the icon of each file is displayed. The icon is displayed so that the file can be read by pointing this icon with the mouse and double-clicking. Note that instead of the icon, a so-called thumbnail (a visually reduced representation of the data content in the file. For example, if the image data file is the reduced image, if the document data file is the first page of the document A reduced image) may be displayed.

【0017】タグ情報の設定を行うには、図6に示すよ
うな管理テーブルを作成しておけばよい。この管理テー
ブルは、フォルダの下位階層のメンバーだけを対象に
したものであり、2種類のタグ情報が設定されている。
すなわち、タグ1として「作成者」、タグ2として「プ
ロジェクト」なるタグ情報が設定されている。したがっ
て、「作成者」なる属性に基づいて検索を行うこともで
きるし、「プロジェクト」なる属性に基づいて検索を行
うこともできる。
To set the tag information, a management table as shown in FIG. 6 may be created. This management table is intended only for members in the lower hierarchy of the folder, and two types of tag information are set.
That is, the tag information of "creator" as the tag 1 and "project" as the tag 2 is set. Therefore, it is possible to perform a search based on the attribute of “creator” and a search based on the attribute of “project”.

【0018】以上、本発明の基本概念を説明したが、続
いて、本発明を具体的な実施例に基づいて説明する。図
7は、本発明に係る情報ファイルの管理装置の基本構成
を示すブロック図である。この装置の主たる構成要素
は、記憶手段10、情報処理手段20、入力手段30、
ディスプレイ40である。ここで、記憶手段10は、パ
ーソナルコンピュータに内蔵されたあるいは外部から接
続されたメモリやディスク装置などによって構成され、
ここに3つの記憶領域が定義される。また、情報処理手
段20は、このパーソナルコンピュータのCPUおよび
このCPUが実行するソフトウエアによって実現される
ものである。更に、入力手段30はこのコンピュータに
接続されたキーボードやマウスなどの入力機器によって
構成され、ディスプレイ40はこのコンピュータに接続
された情報表示用のディスプレイによって構成される。
The basic concept of the present invention has been described above. Next, the present invention will be described based on concrete examples. FIG. 7 is a block diagram showing the basic configuration of the information file management apparatus according to the present invention. The main constituent elements of this device are a storage unit 10, an information processing unit 20, an input unit 30,
The display 40. Here, the storage means 10 is composed of a memory, a disk device, or the like built in the personal computer or connected from the outside,
Three storage areas are defined here. The information processing means 20 is realized by the CPU of this personal computer and the software executed by this CPU. Further, the input means 30 is composed of an input device such as a keyboard and a mouse connected to the computer, and the display 40 is composed of an information display connected to the computer.

【0019】情報処理手段20内に示したファイル管理
手段21、対象ファイル特定手段22、タグ情報設定手
段23、および表作成手段24は、この情報処理手段2
0によって実施可能な処理内容を機能ブロックとして示
したものであり、実際にはこれらの機能はソフトウエア
によって実現される。ここで、ファイル管理手段21
は、従来のパーソナルコンピュータに既存のファイル管
理システムに相当するものであり、記憶手段10内に第
1の記憶領域11および第2の記憶領域12を定義して
ファイル管理を行う。具体的には、保存すべき情報ファ
イルを第1の記憶領域11内に格納するとともに、この
情報ファイルをアクセスするために必要なシステム情報
(たとえば、ファイル名、ファイルの先頭アドレス、フ
ァイルのサイズ、階層情報(階層木構造上の位置を示す
情報)など)をもったディレクトリを第2の記憶領域1
2に格納する。情報ファイルへのアクセスは、このディ
レクトリを参照することによって行うことになる。アッ
プルコンピュータ株式会社製「マッキントッシュ(登録
商標)」の例では、「ファインダプログラム」によっ
て、このファイル管理手段21の機能が実現されてい
る。なお、このコンピュータによって種々のアプリケー
ションプログラムを実行させる場合には、情報処理手段
20内に、これら各アプリケーションプログラムに対応
する特定の処理手段が更に付加されることになるが、こ
こではこれらアプリケーションプログラムに対応する機
能要素については、機能ブロックによる表示を省略して
いる。
The file managing means 21, the target file specifying means 22, the tag information setting means 23, and the table creating means 24 shown in the information processing means 20 are the information processing means 2.
The processing contents that can be executed by 0 are shown as functional blocks, and these functions are actually realized by software. Here, the file management means 21
Is equivalent to an existing file management system in a conventional personal computer, and defines a first storage area 11 and a second storage area 12 in the storage means 10 to perform file management. Specifically, the information file to be stored is stored in the first storage area 11, and the system information necessary for accessing this information file (for example, file name, file start address, file size, A directory having hierarchical information (information indicating a position on the hierarchical tree structure) is stored in the second storage area 1
Store in 2. The information file is accessed by referring to this directory. In the example of “Macintosh (registered trademark)” manufactured by Apple Computer Co., Ltd., the function of the file management means 21 is realized by the “finder program”. When various application programs are executed by this computer, specific processing means corresponding to the respective application programs are further added to the information processing means 20, but here, these application programs are added. For the corresponding functional elements, the display by the functional block is omitted.

【0020】このように、図7に示すシステムのうち、
第1の記憶領域11、第2の記憶領域12、およびファ
イル管理手段21、ならびに、入力手段30およびディ
スプレイ40は、従来のコンピュータにおいて一般的に
用いられている構成要素である。本発明の特徴は、この
ような従来のシステムに、更に、対象ファイル特定手段
22、タグ情報設定手段23、表作成手段24という新
規な機能要素を設けるとともに、記憶手段10内に第3
の記憶領域13を確保し、この第3の記憶領域13内に
後述する管理テーブルを格納するようにしたものであ
る。これらの新規な機能要素は、実際には、新たに用意
したソフトウエアによって実現される。
As described above, in the system shown in FIG.
The first storage area 11, the second storage area 12, the file management means 21, the input means 30 and the display 40 are components generally used in a conventional computer. A feature of the present invention is that such a conventional system is further provided with new functional elements such as a target file specifying means 22, a tag information setting means 23, and a table creating means 24, and a third means in the storage means 10.
The storage area 13 is secured and the management table described later is stored in the third storage area 13. These new functional elements are actually realized by newly prepared software.

【0021】図8は、第1の記憶領域11内に格納され
る情報ファイルと、第2の記憶領域12内に格納される
ディレクトリと、の具体例を示す図である。ここでは、
6つの可変長情報ファイルA〜D,α,βと、これらに
1対1に対応する6つの固定長ディレクトリが示されて
いる。情報ファイルA〜Dはデータファイルであり、情
報ファイルα,βはアプリケーションプログラムファイ
ルである。データファイルA〜Dの先頭部分には、その
データファイルがどのアプリケーションプログラムで作
成されたかを示す情報(αまたはβを示す情報)が記録
されている。一方、ディレクトリの先頭部分には、その
ディレクトリに対応したファイルに与えられたファイル
ID(a〜f)が記録されている。各情報ファイルのフ
ァイル名(A,B,C,D,α,β)は変更される可能
性があるが、ファイルID(a〜f)は、ファイル名の
変更にかかわらず常に一定である。各ディレクトリの中
には、対応する情報ファイルをアクセスするために必要
なシステム情報が格納されている。この実施例では、フ
ァイルβのディレクトリについて吹き出しで示したよう
に、ファイル名、作成日付、先頭アドレス、サイズ、階
層情報、というシステム情報が用意されている。ファイ
ル管理手段21は、このようなシステム情報に基づいて
各情報ファイルの管理を行うことになる。
FIG. 8 is a diagram showing a specific example of an information file stored in the first storage area 11 and a directory stored in the second storage area 12. here,
Six variable-length information files A to D, α, and β, and six fixed-length directories corresponding to these one-to-one are shown. The information files A to D are data files, and the information files α and β are application program files. Information (information indicating α or β) indicating by which application program the data file was created is recorded at the beginning of each of the data files A to D. On the other hand, the file ID (a to f) given to the file corresponding to the directory is recorded at the beginning of the directory. The file names (A, B, C, D, α, β) of each information file may be changed, but the file IDs (a to f) are always constant regardless of the file name change. In each directory, system information necessary for accessing the corresponding information file is stored. In this embodiment, as indicated by balloons for the directory of the file β, system information such as a file name, a creation date, a start address, a size, and layer information is prepared. The file management means 21 manages each information file based on such system information.

【0022】「マッキントッシュ(登録商標)」の「フ
ァインダプログラム」では、特定のアプリケーションプ
ログラムファイルを選択して実行命令を与えると、選択
されたアプリケーションプログラムが実行され、特定の
データファイルを選択して実行命令を与えると、まず選
択されたデータファイルを作成したアプリケーションプ
ログラムが自動的に実行された後、そのプログラム中に
おいて、選択されたデータファイルが読み込まれる。各
データファイルA〜Dの先頭部分に、そのデータファイ
ルがどのアプリケーションプログラムで作成されたかを
示す情報を記録しておくのは、このようなアプリケーシ
ョンプログラムの自動的実行を可能にするためである。
In the "Finder program" of "Macintosh" (registered trademark), when a specific application program file is selected and an execution command is given, the selected application program is executed and a specific data file is selected and executed. When a command is given, first, the application program that created the selected data file is automatically executed, and then the selected data file is read in the program. The information indicating by which application program the data file was created is recorded at the beginning of each data file A to D in order to enable such application program to be automatically executed.

【0023】このようなシステムにおいて、ディレクト
リ内に格納されている情報に基づく検索は、ファイル管
理手段21によって比較的簡単に行うことができる。た
とえば、作成日付が特定の値に設定されているファイル
を探すのであれば、各ディレクトリ内の所定の記録場所
を読み取る処理を行えばよい。ところが、使用者が設定
した任意の属性に基づくファイル検索は、ファイル管理
手段21によっては行うことはできない。従来のシステ
ムにおいて、「作成者」あるいは「プロジェクト」のよ
うな任意の属性を設定しようとすれば、そのような属性
情報は各情報ファイル内に記録せざるを得ず、このよう
な属性についての検索を行うには、各情報ファイルをい
ちいち読み出す処理が必要になる。そこで、本発明で
は、対象ファイル特定手段22、タグ情報設定手段2
3、表作成手段24という新たな機能要素を設け、任意
の属性に基づく検索を可能にしている。既存のシステム
にこれらの機能要素を付加するだけで、任意の属性に基
づく検索処理が可能になる点が、本発明の特徴のひとつ
である。以下、これらの各機能要素の動作について順に
説明する。
In such a system, the search based on the information stored in the directory can be relatively easily performed by the file management means 21. For example, if a file whose creation date is set to a specific value is searched for, a process of reading a predetermined recording location in each directory may be performed. However, a file search based on an arbitrary attribute set by the user cannot be performed by the file management means 21. In the conventional system, if an arbitrary attribute such as "creator" or "project" is set, such attribute information has to be recorded in each information file. In order to search, it is necessary to read each information file one by one. Therefore, in the present invention, the target file specifying means 22 and the tag information setting means 2
3. The table creating means 24 is provided as a new functional element to enable a search based on an arbitrary attribute. One of the features of the present invention is that the search process based on an arbitrary attribute can be performed only by adding these functional elements to the existing system. The operation of each of these functional elements will be described below in order.

【0024】対象ファイル特定手段22は、階層構造中
の所定の枝を指定する指示を入力し、この指定された枝
に所属する情報ファイルを対象ファイルとして特定し、
ディレクトリを検索することにより、各対象ファイルに
ついてのシステム情報を抽出する機能をもったものであ
る。ここで、対象ファイルとは、任意属性に基づく検索
の対象となる情報ファイルである。たとえば、図1に示
すような階層構造が定義された情報ファイルのうち、フ
ォルダ以下のファイルを対象ファイルとして指定する
のであれば、図2に示すようなウインドウW1を表示さ
せ、フォルダを指定しながら対象ファイルの特定指示
を与えればよい。対象ファイル特定手段22は、このよ
うな指示入力を受けると、第2の記憶領域12内に格納
されているディレクトリを検索し、指定された枝に所属
する情報ファイルB,C,F,G,H,I,Jを対象フ
ァイルとして特定し、これら対象ファイルについてのシ
ステム情報を抽出する。その結果、図9に示す表のよう
な情報が抽出されることになる。ここで抽出された情報
は、各対象ファイルのファイルIDと、システム情報の
うちのファイル名およびサイズと、を示す情報である。
前述のように、この実施例では、システム情報として、
ファイル名、作成日付、先頭アドレス、サイズ、階層情
報、がディレクトリに記録されているが、図9に示す例
では、そのうちのファイル名とサイズだけを抽出してい
る。システム情報のうちのどれを抽出するかは、予め定
めておいてもよいし、使用者によって指定させるように
してもよい。
The target file specifying means 22 inputs an instruction to specify a predetermined branch in the hierarchical structure, specifies an information file belonging to the specified branch as a target file,
It has a function of extracting system information about each target file by searching a directory. Here, the target file is an information file to be searched based on an arbitrary attribute. For example, of the information files having the hierarchical structure shown in FIG. 1, if a file below the folder is designated as a target file, the window W1 shown in FIG. 2 is displayed and the folder is designated. It suffices to give a specific instruction of the target file. Upon receiving such an instruction input, the target file specifying means 22 searches the directory stored in the second storage area 12 and the information files B, C, F, G, which belong to the specified branch. H, I, and J are specified as target files, and system information about these target files is extracted. As a result, information such as the table shown in FIG. 9 is extracted. The information extracted here is information indicating the file ID of each target file and the file name and size of the system information.
As described above, in this embodiment, as the system information,
The file name, creation date, start address, size, and hierarchy information are recorded in the directory, but in the example shown in FIG. 9, only the file name and size are extracted. Which of the system information is to be extracted may be determined in advance or may be designated by the user.

【0025】タグ情報設定手段23は、対象ファイル特
定手段22によって特定された対象ファイルについて所
定の属性を示すタグ情報を設定し、各対象ファイルにつ
いてのシステム情報とタグ情報とをレコード単位で記録
した管理テーブルを作成する機能を有する。作成された
管理テーブルは、記憶手段10内の第3の記憶領域13
に格納される。上述の例では、図9に示すように、7つ
の対象ファイルが特定されているので、これらについて
それぞれ所定の属性を示すタグ情報が設定される。図1
0は、タグ情報として、「作成者」という属性と「プロ
ジェクト」という属性とを設定することにより作成され
た管理テーブルを示す。タグ情報の具体的なデータとし
て、「作成者」なる属性については「甲,乙,丙」のい
ずれかが、「プロジェクト」なる属性については「P
1,P2,P3」のいずれかが設定されている。ここ
で、タグ情報としてどのような属性を選ぶか、具体的に
どのようなデータを設定するか、といった事柄は、使用
者が任意に決めることができる。このようなタグ情報の
設定作業は、たとえば、ディスプレイ40の画面上にま
ず図9に示すような表を表示させ、「作成者」や「プロ
ジェクト」といった属性を使用者に入力させ、この入力
に応じて図10のテーブルに示すような作成者欄やプロ
ジェクト欄を表示させて空欄に「甲,乙,丙」などの具
体的なデータを入力させるようにすればよい。
The tag information setting means 23 sets tag information indicating a predetermined attribute for the target file specified by the target file specifying means 22 and records system information and tag information for each target file in record units. It has the function of creating a management table. The created management table is stored in the third storage area 13 in the storage means 10.
Stored in. In the above example, as shown in FIG. 9, seven target files are specified, so that tag information indicating a predetermined attribute is set for each of them. Figure 1
0 indicates a management table created by setting an attribute of "creator" and an attribute of "project" as tag information. As concrete data of the tag information, any one of "Kou, Otsu, Hei" for the attribute "creator" and "P" for the attribute "project"
1, P2, P3 "is set. Here, the user can arbitrarily decide what kind of attribute is selected as the tag information and what kind of data is specifically set. For such tag information setting work, for example, a table as shown in FIG. 9 is first displayed on the screen of the display 40, and the user is allowed to input attributes such as “creator” and “project”. Accordingly, the creator column and the project column as shown in the table of FIG. 10 may be displayed and specific data such as “Kou, Otsu, Hei” may be input in the blank.

【0026】こうして作成された管理テーブルは、第3
の記憶領域13に格納される。この管理テーブルは、い
わばタグ情報に基づく検索を行うためのデータベースと
いうべきものになっている。すなわち、図10の管理テ
ーブルにおけるファイルIDをレコード番号として認識
すれば、このテーブルは1行が1レコードに対応するデ
ータベースということになる。したがって、このデータ
ベースに基づいて、各情報ファイルの検索が可能にな
る。たとえば、「『作成者』という属性が『甲』である
ような情報ファイル」は、この管理テーブルを検索する
ことにより、ファイルB,G,Iの3つであることが認
識できる。また、「『作成者』という属性が『甲』であ
り、かつ、『プロジェクト』という属性が『P1』であ
るような情報ファイル」というような論理式を含んだ検
索条件による検索も可能である。表作成手段24は、こ
のような検索を行い、その結果を表の形式でディスプレ
イ40に表示させる機能をもっている。しかも、管理テ
ーブル内の該当するレコードの項目をすべて表示させる
こともできるし、その中の所望の項目だけを選択的に表
示させることもできる。たとえば、「『作成者』という
属性が『甲』であるような情報ファイル」を検索し、該
当レコードの情報のうち、ファイルID(レコード番
号)、作成者、ファイル名という項目だけを取り出し、
これにアイコンを付加した表を表示させる旨の指示を与
えれば、図11に示すような表がディスプレイ40の画
面上に表示されることになる。どのような項目をどの位
置に表示させるか、といった事項は、使用者が任意に設
定することができる。表作成手段24は、このような設
定に基づいて、図11に示すような表を作成しこれを表
示する処理を行う。
The management table created in this way is the third
Is stored in the storage area 13 of. This management table is, so to speak, a database for performing a search based on tag information. That is, if the file ID in the management table of FIG. 10 is recognized as a record number, this table is a database in which one row corresponds to one record. Therefore, each information file can be searched based on this database. For example, it is possible to recognize that there are three files B, G, and I by searching this management table for the "information file whose attribute" creator "is" A "". Further, it is possible to perform a search based on a search condition including a logical expression such as "information file in which the attribute" creator "is" A "and the attribute" project "is" P1 "". . The table creating means 24 has a function of performing such a search and displaying the result on the display 40 in the form of a table. Moreover, it is possible to display all the items of the corresponding record in the management table, or it is possible to selectively display only the desired items among them. For example, search for "information file whose attribute" creator "is" Kou "", and retrieve only the items of file ID (record number), creator, and file name from the information of the corresponding record,
By giving an instruction to display a table to which an icon is added, a table as shown in FIG. 11 is displayed on the screen of the display 40. The user can arbitrarily set items such as what item is displayed at which position. The table creating means 24 creates a table as shown in FIG. 11 on the basis of such settings, and displays the table.

【0027】表作成手段24は、範囲を限定した検索を
行う機能も有する。たとえば、「『作成者』という属性
が『甲』であるような情報ファイル」を、フォルダ以
下の枝を検索対象として検索し、該当レコードの情報の
うち、ファイルID(レコード番号)、作成者、プロジ
ェクト、ファイル名という項目だけを取り出して表を作
成する旨の指示を与えれば、図12に示すような表がデ
ィスプレイ40の画面上に表示されることになる。この
ように階層木構造内の特定部分だけに範囲を限定した検
索を行わせる場合には、管理テーブル内のシステム情報
に、階層情報も入れておけばよい。
The table creating means 24 also has a function of performing a search with a limited range. For example, an "information file whose attribute" creator "is" instep "" is searched with the branches under the folder as search targets, and the file ID (record number), creator, and If an instruction to create a table by taking out only the items of project and file name is given, a table as shown in FIG. 12 will be displayed on the screen of the display 40. When the search is limited to a specific part within the hierarchical tree structure as described above, the hierarchical information may be included in the system information in the management table.

【0028】この実施例では、こうして表作成手段24
によって作成表示された表を利用して、タグ情報設定手
段23によりタグ情報の再設定(修正)を行うこともで
きる。たとえば、図12に示すような表が表示されてい
る状態において、使用者が、ファイルIDが「i」であ
る情報ファイルについての「プロジェクト」なる項目を
P3からP4に修正し、「ファイル名」なる項目をIか
らXに修正しようと意図した場合には、ディスプレイ画
面上でそのような修正を行えばよい。その結果、図12
に示す表は図13に示すように修正されることになる。
タグ情報設定手段23は、このような修正を受けて、記
憶手段10内のデータの書き替えを行う。ここで、「プ
ロジェクト」なる項目はタグ情報の項目であるため、こ
の項目を修正するには、第3の記憶領域13内に格納さ
れている管理テーブル(図10)に対して該当部分の書
き替えを行えばよい。これに対し、「ファイル名」なる
項目はシステム情報の項目であるため、この項目を修正
するには、第3の記憶領域13内に格納されている管理
テーブル(図10)に対して該当部分の書き替えを行う
とともに、第2の記憶領域12内に格納されているディ
レクトリに対しても該当部分の書き替えを行うことにな
る。逆に、ファイル管理手段21によって、ファイル名
の変更などの処理を行った場合には、管理テーブル内の
該当箇所についての書き替えを行う必要がある。
In this embodiment, the table creating means 24 is thus provided.
The tag information can be reset (corrected) by the tag information setting means 23 by using the table created and displayed. For example, in the state in which the table as shown in FIG. 12 is displayed, the user corrects the item “project” for the information file whose file ID is “i” from P3 to P4, and changes the “file name”. When it is intended to correct the item I to X, such a correction may be made on the display screen. As a result, FIG.
The table shown in FIG. 13 will be modified as shown in FIG.
The tag information setting means 23 rewrites the data in the storage means 10 in response to such correction. Here, since the item "project" is an item of tag information, in order to correct this item, the corresponding portion is written in the management table (FIG. 10) stored in the third storage area 13. You can change it. On the other hand, since the item “file name” is an item of system information, in order to correct this item, the corresponding portion of the management table (FIG. 10) stored in the third storage area 13 In addition to rewriting, the corresponding portion is also rewritten in the directory stored in the second storage area 12. On the contrary, when the file management means 21 performs a process such as changing the file name, it is necessary to rewrite the relevant part in the management table.

【0029】さて、以上説明したように、本発明に係る
情報ファイルの管理装置は、多数の情報ファイルについ
てのデータベースを構築する機能をもっている。ただ、
本発明によって実現されるデータベースシステムは、通
常のパーソナルコンピュータ用のアプリケーションプロ
グラムとして市販されているデータベースシステムとは
異なる独特の特徴をもっている。すなわち、本発明に係
るデータベースの本体は、第3の記憶領域13内に管理
テーブルとして記憶されている情報であり、実データ自
身はここには含まれていないのである。別言すれば、構
築されたデータベースを構成する個々のデータ自身は、
それぞれが独立した情報ファイルとして、第1の記憶領
域11内に格納されていることになる。従来から市販さ
れている一般的なデータベースシステムでは、データベ
ースの本体が実データの集合から構成されており、この
実データの集合全体が1つの情報ファイルとして取り扱
われる。このため、従来のデータベースシステムでは、
必ずデータベースのアプリケーションプログラムを介し
て、個々のデータをアクセスする必要があった。これに
対して、本発明のシステムでは、個々のデータはそれぞ
れが個々の情報ファイルとして保存されているため、種
々のアプリケーションプログラムから個々のデータを直
接アクセスすることが可能になる。たとえば、図8にお
いて、第1の記憶領域11内には6つの情報ファイルが
保存されているが、この中のデータファイルA,Bは、
アプリケーションプログラムαからアクセスされ、デー
タファイルC,Dは、アプリケーションプログラムβか
らアクセスされることになる。
As described above, the information file management apparatus according to the present invention has a function of constructing a database for many information files. However,
The database system realized by the present invention has a unique feature that is different from the database system commercially available as an application program for a normal personal computer. That is, the main body of the database according to the present invention is the information stored as the management table in the third storage area 13, and the actual data itself is not included here. In other words, the individual data that make up the built database are
Each of them is stored as an independent information file in the first storage area 11. In a general database system that has hitherto been commercially available, the main body of the database is composed of a set of actual data, and this entire set of actual data is handled as one information file. Therefore, in the conventional database system,
It was always necessary to access individual data through the database application program. On the other hand, in the system of the present invention, since each individual data is stored as an individual information file, it becomes possible to directly access the individual data from various application programs. For example, in FIG. 8, six information files are stored in the first storage area 11, and the data files A and B in these are:
The data files C and D are accessed from the application program α, and the data files C and D are accessed from the application program β.

【0030】このように、データベースを構成する個々
のデータが、それぞれ1つの情報ファイルとして保存さ
れているため、データベースの検索結果に基づいて、特
定のファイルを実行させるようなことも可能である。た
とえば、検索結果として図11に示すような表を表示さ
せた状態で、所定のアイコンをマウスで指示してダブル
クリック動作を行うことにより、そのアイコンに対応し
たファイルを実行させるような処理が可能になる。具体
的には、図11に示す表において、ファイルID「b」
の欄のアイコンをダブルクリックした場合、ファイル管
理手段21によって、ファイルIDが「b」であるディ
レクトリを参照し、このディレクトリに対応するデータ
ファイルBの読み出しを行えばよい。データファイルB
の先頭には、このデータファイルがアプリケーションプ
ログラムαによって作成されたことを示す情報が記録さ
れているので、ファイル管理手段21は、まずアプリケ
ーションプログラムファイルαを読み出して実行し、こ
のアプリケーションプログラムαにおいてデータファイ
ルBの読み込みを行うことができる。
As described above, since each data forming the database is stored as one information file, it is possible to execute a specific file based on the search result of the database. For example, when the table as shown in FIG. 11 is displayed as a search result, a process such as executing a file corresponding to the icon by pointing a predetermined icon with the mouse and performing a double-click operation is possible. become. Specifically, in the table shown in FIG. 11, the file ID "b"
When the icon in the column is double-clicked, the file management means 21 may refer to the directory having the file ID “b” and read the data file B corresponding to this directory. Data file B
Since the information indicating that this data file was created by the application program α is recorded at the beginning of, the file management means 21 first reads and executes the application program file α, and the data is stored in this application program α. The file B can be read.

【0031】以上本発明を図示する実施例に基づいて説
明したが、本発明はこの実施例に限定されるものではな
く、この他にも種々の態様で実施可能である。特に、上
述の実施例では、「マッキントッシュ(登録商標)」の
システムに本発明を適用した場合を例にとって説明した
が、本発明はこの他のコンピュータにも同様に適用しう
るものである。また、上述の実施例における各ディレク
トリは、個々の情報ファイルをアクセスする情報をもっ
ているが、別なディレクトリをアクセスする情報をもた
せるようにしてもよい。このようにディレクトリによっ
て別なディレクトリを参照できるようにすれば、ディレ
クトリにも階層構造をもたせることが可能である。更
に、上述の実施例では、ディレクトリは第2の記憶領域
に固定長データとして記憶されているが、ディレクトリ
を可変長データとして記憶することも可能である。
Although the present invention has been described above based on the illustrated embodiment, the present invention is not limited to this embodiment and can be implemented in various modes other than this. In particular, in the above-described embodiments, the case where the present invention is applied to the "Macintosh" system is described as an example, but the present invention can be applied to other computers as well. Further, although each directory in the above-described embodiment has information for accessing an individual information file, it may be provided with information for accessing another directory. By thus making it possible to refer to another directory depending on the directory, it is possible to give the directory a hierarchical structure. Further, in the above-described embodiment, the directory is stored as fixed length data in the second storage area, but the directory can be stored as variable length data.

【0032】[0032]

【発明の効果】以上のとおり本発明に係る情報ファイル
の管理装置によれば、各情報ファイルについて所定の属
性を示すタグ情報をディレクトリとは別個に設定し、こ
のタグ情報に基づいて情報ファイルの検索を行うように
したため、任意の属性に基づくファイル検索を容易に行
うことができるようになる。
As described above, according to the information file management apparatus of the present invention, the tag information indicating a predetermined attribute is set for each information file separately from the directory, and the information file management is performed based on this tag information. Since the search is performed, the file search based on an arbitrary attribute can be easily performed.

【図面の簡単な説明】[Brief description of drawings]

【図1】複数の情報ファイルA〜Jについて定義された
階層構造を示す概念図である。
FIG. 1 is a conceptual diagram showing a hierarchical structure defined for a plurality of information files AJ.

【図2】ディスプレイ画面上において、情報ファイルを
階層構造に沿って検索する作業を示す図である。
FIG. 2 is a diagram showing an operation for searching an information file along a hierarchical structure on a display screen.

【図3】階層構造が定義された複数の情報ファイルに対
して、本発明の特徴となるタグ情報を付与した状態を示
す概念図である。
FIG. 3 is a conceptual diagram showing a state in which tag information, which is a feature of the present invention, is added to a plurality of information files in which a hierarchical structure is defined.

【図4】図3に示す階層構造の中の一部を検索対象とし
て指定した状態を示す概念図である。
FIG. 4 is a conceptual diagram showing a state in which a part of the hierarchical structure shown in FIG. 3 is designated as a search target.

【図5】図4に示す階層構造において、作成者が甲であ
る情報ファイルの検索結果の表を示す図である。
5 is a diagram showing a table of search results of information files whose creator is A in the hierarchical structure shown in FIG.

【図6】本発明に係る情報ファイルの管理装置における
データベースの本体として用いられる管理テーブルの一
例を示す図である。
FIG. 6 is a diagram showing an example of a management table used as a main body of a database in the information file management apparatus according to the present invention.

【図7】本発明に係る情報ファイルの管理装置の基本構
成を示す機能ブロック図である。
FIG. 7 is a functional block diagram showing a basic configuration of an information file management device according to the present invention.

【図8】図7に示す情報ファイルの管理装置における第
1の記憶領域11内に格納される情報ファイルと、第2
の記憶領域12内に格納されるディレクトリと、の具体
例を示す図である。
8 is an information file stored in a first storage area 11 in the information file management apparatus shown in FIG. 7, and a second information file;
3 is a diagram showing a specific example of a directory stored in the storage area 12 of FIG.

【図9】図7に示す情報ファイルの管理装置における対
象ファイル特定手段22によって抽出されたシステム情
報の一例を示す図である。
9 is a diagram showing an example of system information extracted by a target file identification unit 22 in the information file management device shown in FIG.

【図10】図7に示す情報ファイルの管理装置における
タグ情報設定手段23によって作成された管理テーブル
の一例を示す図である。
10 is a diagram showing an example of a management table created by tag information setting means 23 in the information file management device shown in FIG.

【図11】図10に示す管理テーブルに基づいて作成表
示された表の一例を示す図である。
11 is a diagram showing an example of a table created and displayed based on the management table shown in FIG.

【図12】図10に示す管理テーブルに基づいて作成表
示された表の別な一例を示す図である。
12 is a diagram showing another example of a table created and displayed based on the management table shown in FIG.

【図13】図12に示す表に対して修正を加えた状態を
示す図である。
FIG. 13 is a diagram showing a state in which the table shown in FIG. 12 is modified.

【符号の説明】[Explanation of symbols]

10…記憶手段 11…第1の記憶領域 12…第2の記憶領域 13…第3の記憶領域 20…情報処理手段 21…ファイル管理手段 22…対象ファイル特定手段 23…タグ情報設定手段 24…表作成手段 30…入力手段(キーボード/マウス) 40…ディスプレイ 10 ... Storage means 11 ... First storage area 12 ... Second storage area 13 ... Third storage area 20 ... Information processing means 21 ... File management means 22 ... Target file specifying means 23 ... Tag information setting means 24 ... Table Creating means 30 ... Input means (keyboard / mouse) 40 ... Display

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 相互に階層構造が定義された複数の情報
ファイルを、これらをアクセスするために必要なシステ
ム情報をもったディレクトリとともに保存し、前記ディ
レクトリを参照することにより前記情報ファイルのアク
セスを行う情報ファイルの管理装置において、 各情報ファイルについて所定の属性を示すタグ情報をデ
ィレクトリとは別個に設定し、このタグ情報に基づいて
情報ファイルの検索を行うようにしたことを特徴とする
情報ファイルの管理装置。
1. A plurality of information files having mutually defined hierarchical structures are stored together with a directory having system information necessary for accessing them, and the information files are accessed by referring to the directories. In the management device of the information file to be performed, the tag information indicating a predetermined attribute for each information file is set separately from the directory, and the information file is searched based on this tag information. Management device.
【請求項2】 相互に階層構造が定義された複数の情報
ファイルを記憶する第1の記憶領域と、前記各情報ファ
イルをアクセスするために必要なシステム情報をもった
ディレクトリを記憶する第2の記憶領域と、を有する記
憶手段と、 前記ディレクトリに基づいて前記情報ファイルをアクセ
スする機能を有するファイル管理手段と、 を備える情報ファイルの管理装置において、 階層構造中の所定の枝を指定する指示を入力し、この指
定された枝に所属する情報ファイルを対象ファイルとし
て特定し、ディレクトリを検索することにより、前記各
対象ファイルについてのシステム情報を抽出する機能を
もった対象ファイル特定手段と、 前記対象ファイル特定手段によって特定された対象ファ
イルについて所定の属性を示すタグ情報を設定し、各対
象ファイルについてのシステム情報とタグ情報とをレコ
ード単位で記録した管理テーブルを作成し、この管理テ
ーブルを前記記憶手段内の第3の記憶領域に格納するタ
グ情報設定手段と、 前記タグ情報として設定した特定の属性を指定する指示
を入力し、前記管理テーブルを参照することにより、前
記特定の属性を示すタグ情報が設定された対象ファイル
を検索し、この検索された対象ファイルについて前記管
理テーブル内の所望の情報を表の形式で画面表示する表
作成手段と、 を更に備えることを特徴とする情報ファイルの管理装
置。
2. A first storage area for storing a plurality of information files whose hierarchical structures are mutually defined, and a second storage area for storing a directory having system information necessary to access each of the information files. An information file management device comprising: a storage unit having a storage area; and a file management unit having a function of accessing the information file based on the directory, and an instruction for designating a predetermined branch in a hierarchical structure. Target file specifying means having a function of inputting, specifying an information file belonging to the specified branch as a target file, and searching a directory to extract system information about each of the target files; Set tag information indicating a predetermined attribute for the target file identified by the file identifying means, A tag information setting unit that creates a management table in which system information and tag information about the target file are recorded in record units and stores the management table in a third storage area in the storage unit, and sets as the tag information. By inputting an instruction to specify the specified attribute, and referring to the management table, the target file in which the tag information indicating the specific attribute is set is searched, and the searched target file is stored in the management table. An information file management apparatus, further comprising: a table creating means for displaying desired information in the form of a table on a screen.
JP5185466A 1993-06-29 1993-06-29 Device for managing information file Pending JPH0785079A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5185466A JPH0785079A (en) 1993-06-29 1993-06-29 Device for managing information file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5185466A JPH0785079A (en) 1993-06-29 1993-06-29 Device for managing information file

Publications (1)

Publication Number Publication Date
JPH0785079A true JPH0785079A (en) 1995-03-31

Family

ID=16171280

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5185466A Pending JPH0785079A (en) 1993-06-29 1993-06-29 Device for managing information file

Country Status (1)

Country Link
JP (1) JPH0785079A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08314954A (en) * 1995-05-16 1996-11-29 Canon Inc Method and device for processing information
JP2002014753A (en) * 2000-05-16 2002-01-18 Internatl Business Mach Corp <Ibm> Computer system having graphical user interface having in-line tree filtering
JP2003025649A (en) * 2002-04-26 2003-01-29 Matsushita Electric Ind Co Ltd Printer

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08314954A (en) * 1995-05-16 1996-11-29 Canon Inc Method and device for processing information
JP2002014753A (en) * 2000-05-16 2002-01-18 Internatl Business Mach Corp <Ibm> Computer system having graphical user interface having in-line tree filtering
JP2003025649A (en) * 2002-04-26 2003-01-29 Matsushita Electric Ind Co Ltd Printer

Similar Documents

Publication Publication Date Title
CN103150316B (en) Based on common element for filtration and strip of tissue purpose system
KR101137057B1 (en) Property metadata navigation and assignment
RU2424567C2 (en) Round-robin type control for navigating and assigning metadata
US6003034A (en) Linking of multiple icons to data units
KR100991027B1 (en) File system shell
US9171132B1 (en) Electronic note management system and user-interface
US20020075312A1 (en) Displaying graphical information and user selected properties on a computer interface
US20010003455A1 (en) Method, system and graphic user interface for entering and editing filter conditions for filtering a database
US20080288242A1 (en) System And Method Of Presentation of Multilingual Metadata
JPH1097450A (en) Computer system and method for operating computer system
MXPA04006413A (en) File system for displaying items of different types and from different physical locations.
JPWO2006098031A1 (en) Keyword management device
US20040078355A1 (en) Information management system
JP2000339327A (en) System for operating thumbnail image
JPH0785079A (en) Device for managing information file
JP3707912B2 (en) Graphical user interface
JP2789618B2 (en) Tree structure drawing system
JPH11282882A (en) Document management method
JPH02287730A (en) History control system
JP5617535B2 (en) Information processing apparatus, information processing apparatus processing method, and program.
JP3444620B2 (en) Filing system equipment
JP2002140220A (en) File management method and recording medium
JP2000132439A (en) System for retrieving file stored in hard disk of personal computer
JPH02278439A (en) Data control system for draw
JPH04318672A (en) Information retreiving device