JPH06103138A - File managing method - Google Patents

File managing method

Info

Publication number
JPH06103138A
JPH06103138A JP4254802A JP25480292A JPH06103138A JP H06103138 A JPH06103138 A JP H06103138A JP 4254802 A JP4254802 A JP 4254802A JP 25480292 A JP25480292 A JP 25480292A JP H06103138 A JPH06103138 A JP H06103138A
Authority
JP
Japan
Prior art keywords
file
files
registered
arbitrary
management
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.)
Withdrawn
Application number
JP4254802A
Other languages
Japanese (ja)
Inventor
Shoji Naito
昌治 内藤
Tomoki Matsuda
智樹 松田
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.)
Olympus Corp
Original Assignee
Olympus Optical Co Ltd
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 Olympus Optical Co Ltd filed Critical Olympus Optical Co Ltd
Priority to JP4254802A priority Critical patent/JPH06103138A/en
Publication of JPH06103138A publication Critical patent/JPH06103138A/en
Withdrawn legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To provide the file managing method which can execute a flexible file processing by letting arbitrary files mutually relate. CONSTITUTION:In an operating system for executing file management by using a hierarchical directory structure, a related information management file VF for storing information (virtual directory information) for relating mutually plural arbitrary files distributed and registered in an arbitrary hierarchy is prepared. At the time of accessing plural arbitrary files distributed and registered in the arbitrary hierarchy, the information stored in this related information management file VF is utilized.

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、階層ディレクトリ構
造を用いてファイル管理を行なうオペレーティングシス
テム(以下OSと称する)において、任意の階層に分散
登録された任意の複数ファイルの管理方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for managing a plurality of files distributed and registered in a desired hierarchy in an operating system (hereinafter referred to as an OS) for managing files using a hierarchical directory structure.

【0002】[0002]

【従来の技術】パーソナルコンピュータのOSにはMS
DOS(登録商標)が広く利用されている。またワーク
ステーションのOSにはUNIX(登録商標)が広く利
用されている。MSDOSやUNIX等のOSはいずれ
も、そのファイル管理にツリー構造の階層ディレクトリ
を用いている。
2. Description of the Related Art The operating system of a personal computer is MS
DOS (registered trademark) is widely used. UNIX (registered trademark) is widely used as the OS of the workstation. All OSs such as MSDOS and UNIX use a hierarchical directory having a tree structure for file management.

【0003】[0003]

【発明が解決しようとする課題】ツリー構造の階層ディ
レクトリは多数のファイルを一括管理するのに合理的な
構造であるが、その運用上で不便がないわけでもない。
Although a hierarchical directory having a tree structure is a rational structure for collectively managing a large number of files, it is not inconvenient in its operation.

【0004】すなわち、従来のツリー構造階層ディレク
トリを採用したファイルシステムでは、ファイル間に親
子関係を持たせ、ファイルの分類および検索に便宜を計
っている。この親子関係では親から子あるいは子から親
への直列的なつながりは容易に表現できる。しかし、子
同士、いとこ同士のように直列的な系列から外れる離散
的並列関係のつながりについては直接的に表現できな
い。例えば、図8に示すような階層ディレクトリにおい
てあるディスクに書き込まれた複数ファイルが管理され
る場合を考えてみる。
That is, in the conventional file system employing the tree structure hierarchical directory, a parent-child relationship is provided between the files to facilitate the classification and retrieval of the files. In this parent-child relationship, a serial connection from parent to child or child to parent can be easily expressed. However, it is not possible to directly express the connection of discrete parallel relationships that deviate from a serial series such as children and cousins. For example, consider a case where a plurality of files written on a disc in a hierarchical directory as shown in FIG. 8 are managed.

【0005】この例において、論理ドライブC:におけ
る¥X¥Y¥U¥pqr¥dsg1〜dsg3や論理ド
ライブD:における¥temp¥ref1〜ref2が
同時に管理したいファイルであるなら、これら直列的な
サブディレクトリにまとめられたファイルは1つのコマ
ンドライン上で指定できるからファイル管理運用上の不
便はない。
In this example, if the logical drive C: \ X \ Y \ U \ pqr \ dsg1 to dsg3 and the logical drive D: \ temp \ ref1 to ref2 are files to be managed at the same time, these serial sub files Since the files collected in the directory can be specified on one command line, there is no inconvenience in file management operation.

【0006】しかしながら、仮にファイルjkl、ab
c、def、ghiが同時に管理したいファイルである
場合、非直列的なサブディレクトリ下で管理されるこれ
らファイル(jkl、abc、ghi、def)につい
ては、参照の度にコンピュータのオペレータがディレク
トリチェンジ(あるいはパス指定)をしないと、所望の
ファイルにアクセスできない。この場合、常に自分が操
作しているディレクトリを意識していなければならず、
コンピュータのオペレータにとって大変煩わしい作業が
強要される。
However, if the files jkl, ab
When c, def, and ghi are files to be managed at the same time, the computer operator changes the directory (for each of these files (jkl, abc, ghi, def) managed under a non-serial subdirectory) every time a reference is made ( Otherwise, the desired file cannot be accessed without specifying the path. In this case, you must always be aware of the directory you are in,
It is very troublesome for the computer operator.

【0007】この発明の目的は、従来のファイルシステ
ムのように複数ファイルに直列的な親子関係を持たせる
のみならず、任意の階層の任意ファイル同士を管理する
方法を付加することにより、これまでになかった柔軟な
ファイル管理を可能にするファイル管理方法を提供する
ことである。
The object of the present invention is not only to provide a serial parent-child relationship to a plurality of files as in the conventional file system, but also to add a method for managing arbitrary files in arbitrary hierarchies. It is to provide a file management method that enables flexible file management that was not available in the past.

【0008】[0008]

【課題を解決するための手段】この発明では、階層ディ
レクトリ構造を用いてファイル管理を行なうオペレーテ
ィングシステムにおいて、任意の階層に分散登録された
任意の複数ファイルを互いに関連付ける情報を格納する
管理ファイルを用意する。
According to the present invention, in an operating system that manages files using a hierarchical directory structure, a management file for storing information associating arbitrary plural files distributedly registered in an arbitrary hierarchy with each other is prepared. To do.

【0009】[0009]

【作用】この管理ファイルに格納された情報に基づいて
ファイルにアクセスする。
Operation: The file is accessed based on the information stored in this management file.

【0010】[0010]

【実施例】以下、図面を参照してこの発明の実施例を説
明する。ここでは、ハードウエアとして、一般的なMS
DOSを用いているパーソナルコンピュータを想定す
る。
Embodiments of the present invention will be described below with reference to the drawings. Here, as the hardware, a general MS
Assume a personal computer using DOS.

【0011】この発明のファイル管理方法を実行する仮
想ディレクトリ管理プログラムは、メモリ常駐型ソフト
として作成され、特定のイベント(例えばファンクショ
ンキーF1のヒット)あるいはグラフィックユーザイン
ターフェイス(以下GUIと称する)でのマウスによる
メニュー選択など特定の割り込み処理のフック(例えば
MSDOSのファイルアクセスのための処理)で起動す
る。
A virtual directory management program for executing the file management method of the present invention is created as memory resident software, and a mouse is used for a specific event (for example, hit of function key F1) or a graphic user interface (hereinafter referred to as GUI). It is activated by a hook for a specific interrupt processing such as menu selection by (for example, processing for accessing the file of MSDOS).

【0012】また、この発明の仮想ディレクトリ情報を
格納する関連情報管理ファイルは、ファイルVFとして
特別に扱う。関連情報管理ファイルVFはOSにより管
理される通常のファイルであり、このファイルに含まれ
る情報はテキスト形式、バイナリ形式のいずれでもよ
い。
Further, the related information management file storing the virtual directory information of the present invention is specially handled as the file VF. The related information management file VF is a normal file managed by the OS, and the information contained in this file may be in text format or binary format.

【0013】このファイルVFは、例えば図1に示すよ
うな構造を持ち、OSが管理する階層ディレクトリ構造
の例えばルートディレクトリに配置される(図8参
照)。図1において、番号1〜nの各ファイルが階層デ
ィレクトリのどこに登録されているかは問われない。
The file VF has a structure as shown in FIG. 1, for example, and is arranged in, for example, a root directory of a hierarchical directory structure managed by the OS (see FIG. 8). In FIG. 1, it does not matter where each of the files numbered 1 to n is registered in the hierarchical directory.

【0014】上記仮想ディレクトリ管理プログラムは、
特定のイベントにより起動されると、図2に示す処理を
行なう。すなわち、関連情報管理ファイルVFがまだ作
成されていない場合は(ST1、NO)ファイルVFの
新規作成処理を行ない(ST2)、ファイルVFを開く
(ST3)。
The virtual directory management program is
When activated by a specific event, the processing shown in FIG. 2 is performed. That is, when the related information management file VF has not been created yet (ST1, NO), a new creation process of the file VF is performed (ST2), and the file VF is opened (ST3).

【0015】次に、新規登録(ST4)、登録削除(S
T5)、関連づけ(ST6)、関連参照(ST7)およ
び終了(ST8)を含むメニューを、図示しないモニタ
CRT画面上に表示し、そのうちの何れかをオペレータ
に選択させる。
Next, new registration (ST4) and registration deletion (S
A menu including T5), association (ST6), association reference (ST7) and end (ST8) is displayed on a monitor CRT screen (not shown), and the operator is allowed to select one of them.

【0016】新規登録なら(ST4、YES)ファイル
VFの新規登録処理(ST40)を行ない、既存ファイ
ルVFに登録済みのファイルから登録削除を行なう場合
は(ST5、YES)登録削除処理を行なう(ST5
0)。また、既存ファイルVFに登録済みの複数ファイ
ルY間に関連づけを行なう場合は(ST6、YES)関
連づけ処理を行ない(ST60)、ファイルVFで関連
づけられた1以上のファイルYを参照する場合は(ST
7、YES)関連参照処理を行なう(ST70)。そし
て全ての処理を終えることがオペレータから指示される
と(ST8、YES)、仮想ディレクトリ管理プログラ
ムは終了する(ST9)。
If it is a new registration (ST4, YES), a new registration process (ST40) of the file VF is performed, and if registration is deleted from a file already registered in the existing file VF (ST5, YES), a registration deletion process is performed (ST5).
0). When associating a plurality of files Y registered in the existing file VF (ST6, YES), the association process is performed (ST60), and when referring to one or more files Y associated with the file VF (ST).
7, YES) Related reference processing is performed (ST70). When the operator gives an instruction to finish all the processes (ST8, YES), the virtual directory management program ends (ST9).

【0017】図3は図2の新規登録処理ST40の具体
例であり、OSの管理するファイル名YをファイルVF
へ新規登録する場合の手順を示す。なお、ファイル名Y
はオペレータが入力してもよいし、特定イベントで起動
されたときのOS上の情報をファイル名Yとして利用し
てもよい。
FIG. 3 is a specific example of the new registration process ST40 of FIG. 2, in which the file name Y managed by the OS is changed to the file VF.
The procedure for new registration is shown below. The file name Y
May be input by the operator, or information on the OS when it is activated at a specific event may be used as the file name Y.

【0018】まず、仮想ディレクトリ管理プログラムが
ファイルVFのファイル名フィールドからファイル名Y
を検索することを指示すると、ファイルVFが開かれ
る。開かれたファイルVFのファイル名フィールドにフ
ァイル名Yが存在しないときは(ST400、NO)、
ファイルVFのファイル名フィールドにファイル名Yが
登録される(ST402)。開かれたファイルVFのフ
ァイル名フィールドにファイル名Yが存在する場合(S
T400、YES)、あるいはファイル名Yの登録がな
されれば(ST402)、新規登録処理ST40は終了
する。
First, the virtual directory management program selects a file name Y from the file name field of the file VF.
, The file VF is opened. When the file name Y does not exist in the file name field of the opened file VF (ST400, NO),
File name Y is registered in the file name field of file VF (ST402). When the file name Y exists in the file name field of the opened file VF (S
(T400, YES) or if the file name Y is registered (ST402), the new registration process ST40 ends.

【0019】なお、上記ファイル名の登録位置(図1の
例では行位置)は、削除されたファイル名があるときは
そのファイル名欄に上書きしてよい。そうでない場合
は、ファイル名フィールドの最終行に登録ファイル名が
付加される。図4は図2の登録削除処理ST50の具体
例であり、図2の関連情報管理ファイルVFのファイル
名フィールドからファイルYを削除する場合の手順を示
す。
The file name registration position (line position in the example of FIG. 1) may be overwritten in the file name column when there is a deleted file name. If not, the registered file name is added to the last line of the file name field. FIG. 4 is a specific example of the registration deletion process ST50 of FIG. 2 and shows a procedure for deleting the file Y from the file name field of the related information management file VF of FIG.

【0020】まず、ファイルVF中のファイル名フィー
ルドから削除したいファイル名Yを検索する(ST50
0)。削除されるべきファイル名Yが見つからない場合
は、オペレータに警告を発し再びファイル名を入力させ
てもよいし、そのまま削除処理から抜け出してもよい。
First, the file name Y to be deleted is searched from the file name field in the file VF (ST50).
0). If the file name Y to be deleted cannot be found, the operator may be warned and the file name may be input again, or the process may be left as it is.

【0021】ファイル名Yが見つかれば、そのファイル
名Yに所定の削除マークが付加される(ST502)。
この削除マークとしては、負の数など、OSが管理する
ファイル名に使用されないものが用いられる。なお、こ
のマークは、MSDOSで使用している削除マークと一
致させておいた方が便利である。
When the file name Y is found, a predetermined deletion mark is added to the file name Y (ST502).
As the delete mark, a mark such as a negative number that is not used in the file name managed by the OS is used. It is convenient to match this mark with the delete mark used in MSDOS.

【0022】さらに、削除マークの付いたファイルY
は、OSの機能により階層ファイル構造からも削除され
る(ST504)。この場合、もし削除されるべきファ
イルYが実存しない場合は、その旨の警告をオペレータ
に発し、削除処理は終了する。図5は図2の関連づけ処
理ST60の具体例であり、OSの管理する複数ファイ
ルYをファイルVFの関連番号エリアに登録する場合の
手順を示す。
Furthermore, file Y with a deletion mark
Is also deleted from the hierarchical file structure by the function of the OS (ST504). In this case, if the file Y to be deleted does not exist, a warning to that effect is issued to the operator, and the deletion process ends. FIG. 5 is a specific example of the associating process ST60 of FIG. 2, and shows a procedure for registering a plurality of files Y managed by the OS in the associated number area of the file VF.

【0023】関連づけは任意の複数ファイルを結び付け
るものである。関連には、相互に関連するものと一方か
らのみ関連する場合の2つがある。最初は一方からの関
連づけ処理を説明する。
The association is to connect arbitrary plural files. There are two types of relationships, one being related to the other and the other being related only from one side. First, the association processing from one side will be described.

【0024】まず、オペレータは関連元番号(または関
連元ファイル名)と関連先番号(または関連先ファイル
名)を入力する(ST600、ST602)。すると仮
想ディレクトリ管理プログラムは、入力された番号(ま
たはファイル名)で特定されるファイルが有効か無効か
をチェックする(ST604)。無効の場合は(ST6
04、NO)、別の番号(またはファイル名)を再入力
する(ST600、ST602)。
First, the operator inputs the related source number (or related source file name) and the related destination number (or related destination file name) (ST600, ST602). Then, the virtual directory management program checks whether the file specified by the input number (or file name) is valid or invalid (ST604). If invalid (ST6
04, NO), and another number (or file name) is input again (ST600, ST602).

【0025】入力された番号が有効なら(ST604、
YES)、入力された関連元番号により関連元レコード
(対応ファイル名Y)が検索される(ST606)。そ
して、そのレコードの関連番号エリア(図1の中央欄)
に関連先番号が代入され(ST608)、関連づけ処理
は終了する。
If the entered number is valid (ST604,
(YES), the related source record (corresponding file name Y) is searched by the input related source number (ST606). And the related number area of that record (center column in Figure 1)
The associated destination number is substituted into (ST608), and the associating process ends.

【0026】例えば、図3のファイル名登録処理(ST
402)により図1のファイルVFに、関連番号1、フ
ァイル名def;関連番号2、ファイル名nmo;関連
番号3、ファイル名pqr;関連番号4、ファイル名s
tu;関連番号5、ファイル名abc等が登録されてい
るとする。
For example, the file name registration process (ST
402) to the file VF of FIG. 1 with relation number 1, file name def; relation number 2, file name nmo; relation number 3, file name pqr; relation number 4, file name s
tu; related number 5, file name abc, etc. are registered.

【0027】ここで図5の入力処理により関連元番号1
と関連先番号2〜5が入力され(ST600、ST60
2)、入力された関連元番号1から関連元ファイルde
fが見つかると(ST606)、そのファイルの関連番
号エリアに関連番号2〜5が代入される(ST60
8)。こうして、番号1のファイルに対して番号2〜5
のファイルが関連づけられる。複数ファイルを相互に関
連させる場合は、一方からの関連処理を2回繰り返すこ
とにより実現できる。
Here, by the input processing of FIG.
And related destination numbers 2 to 5 are input (ST600, ST60
2), related source file de from input related source number 1
When f is found (ST606), the related numbers 2 to 5 are assigned to the related number area of the file (ST60).
8). In this way, the number 2-5 for the file number 1.
Files are associated. When associating a plurality of files with each other, the associating process from one can be repeated twice.

【0028】例えば、図5の入力処理により関連元番号
3と関連先番号6〜8および1が入力されたとする(S
T600、ST602)。入力された関連元番号3から
関連元ファイルpqrが見つかると(ST606)、そ
のファイルの関連番号エリアに関連番号6〜8および1
が代入される(ST608)。こうして、番号3のファ
イルに対して番号6〜8および1のファイルが関連づけ
られる。この場合、番号3のファイルpqrは番号1の
ファイルdefに関連し、また番号1のファイルdef
は番号3のファイルpqrに関連するようになる。すな
わち、番号1のファイルdefと番号3のファイルpq
rとは相互に関連づけられたことになる。
For example, it is assumed that the related source number 3 and the related destination numbers 6 to 8 and 1 are input by the input processing of FIG. 5 (S
T600, ST602). When the relation source file pqr is found from the input relation source number 3 (ST606), the relation numbers 6 to 8 and 1 are set in the relation number area of the file.
Is substituted (ST608). In this way, the files with the numbers 6 to 8 and 1 are associated with the file with the number 3. In this case, the file pqr with the number 3 is related to the file def with the number 1 and the file def with the number 1 is
Will be associated with file pqr with number 3. That is, the file def with the number 1 and the file pq with the number 3
That is, it is related to r.

【0029】このように、番号1のファイルと番号3の
ファイルが相互関連ファイルである場合は、図1のに示
すように、双方のファイル番号のレコードの関連番号エ
リアに相手方関連ファイルの番号(3、1)がそれぞれ
記入される。また、番号1のファイルと番号3のファイ
ルが一方通行の関連ファイルである場合、例えば番号1
のファイルは番号3のファイルを参照するがその逆の参
照はない場合は、図1のファイル番号3のレコードの関
連番号エリアから番号1が削除される。
In this way, when the file with the number 1 and the file with the number 3 are mutually related files, as shown in FIG. 1, the numbers of the other party related files are stored in the related number areas of the records of both file numbers. 3, 1) are filled in respectively. If the file with number 1 and the file with number 3 are related files that are one-way,
File refers to the file with the number 3, but vice versa, the number 1 is deleted from the related number area of the record with the file number 3 in FIG.

【0030】以上の記入操作の繰り返しにより、ファイ
ルVF中の各番号のレコードの関連番号エリアに、必ず
しも直列的親子関係に制限されない階層ディレクトリの
ファイル(例えば図8のファイルdef,nmo,pq
r,stu,abc)がいくつも登録され、これら登録
情報がファイルVFの仮想ディレクトリを構成する。図
6は図2の関連参照処理ST70の具体例であり、関連
情報管理ファイルVFの関連番号エリアに登録された関
連ファイルを参照する場合の手順を示す。
By repeating the above-described entry operation, the file of the hierarchical directory which is not necessarily limited to the serial parent-child relationship in the related number area of the record of each number in the file VF (for example, the files def, nmo, pq in FIG. 8).
r, stu, abc) are registered, and the registration information constitutes a virtual directory of the file VF. FIG. 6 is a specific example of the related reference process ST70 of FIG. 2 and shows a procedure for referring to the related file registered in the related number area of the related information management file VF.

【0031】オペレータが参照元番号(例えば図1の関
連番号1)を入力すると(ST700)、仮想ディレク
トリ管理プログラムは入力された番号がファイルVFに
登録済みかどうかチェックする。登録済みであれば(S
T702、YES)、ファイルVFから入力された番号
(1)に対応するファイルdefが検索される(ST7
04)。検索されたファイルdefの関連番号エリアに
何も登録されていないときは(ST706、NO)、図
6の処理は終了する。
When the operator inputs the reference source number (for example, the related number 1 in FIG. 1) (ST700), the virtual directory management program checks whether the input number is already registered in the file VF. If registered (S
(T702, YES), the file def corresponding to the number (1) input from the file VF is searched (ST7).
04). When nothing is registered in the related number area of the searched file def (ST706, NO), the process of FIG. 6 ends.

【0032】検索されたファイルdefの関連番号エリ
アに関連番号(2〜5)が登録されているときは(ST
706、YES)、そこに登録された関連番号(2〜
5)に対応するファイル(nmo、pqr、stu、a
bc)が検索される(ST708)。これらの対応ファ
イルがファイルVF中に存在しないときは(ST71
0、NO)、別の参照元番号入力が行なわれる(ST7
00)。
When the related numbers (2 to 5) are registered in the related number area of the retrieved file def (ST
706, YES), and the related numbers (2-
File corresponding to 5) (nmo, pqr, stu, a
bc) is searched (ST708). If these corresponding files do not exist in the file VF (ST71
0, NO), another reference source number is input (ST7).
00).

【0033】関連番号エリアに登録された関連番号(2
〜5)に対応するファイル(nmo、pqr、stu、
abc)がファイルVF中に存在するときは(ST71
0、YES)、それらのファイルの情報(ファイル名、
タイトルなど)が、図示しないモニタCRT画面上に出
力される(ST712)。
Related numbers registered in the related number area (2
Files corresponding to (~ 5) (nmo, pqr, stu,
abc) exists in the file VF (ST71
0, YES), information about those files (file name,
(Such as a title) is output on a monitor CRT screen (not shown) (ST712).

【0034】上記処理はオペレータが望む限り反復され
る。この処理が終了したときは、例えばエスケープキー
を押すことにより、図6の処理ルーチンから抜け出すこ
とができる。
The above process is repeated as long as the operator desires. When this processing is completed, it is possible to exit from the processing routine of FIG. 6 by pressing the escape key, for example.

【0035】なお、図1に示すように関連情報管理ファ
イルVF中の各ファイルには、関連番号の外にキーワー
ドの登録もできるようになっている。キーワードが登録
されているときは、図5または図6でのファイル検索
を、キーワードにより行なうことができる。
As shown in FIG. 1, in addition to the related numbers, keywords can be registered in each file in the related information management file VF. When the keyword is registered, the file search in FIG. 5 or 6 can be performed by the keyword.

【0036】図7は、図8のディレクトリ構造でOSに
管理されるファイルがある場合に、図1の関連情報管理
ファイルVFに対応してコンピュータのモニタ画面に出
力されるデータの表示例を示す。
FIG. 7 shows a display example of data output to the monitor screen of the computer corresponding to the related information management file VF of FIG. 1 when there are files managed by the OS in the directory structure of FIG. .

【0037】図7において、各ファイル名は、OS上で
は、論理ドライブ(C:、D:など)のルートディレク
トリからフルパスで指定される(このフルパス指定はオ
ペレータが手入力しなくても、仮想ディレクトリ管理プ
ログラムが自動生成する)。
In FIG. 7, each file name is specified by a full path from the root directory of the logical drive (C :, D :, etc.) on the OS (this full path specification is virtual even if the operator does not manually input it). Automatically generated by the directory management program).

【0038】関連情報管理ファイルVFを開くと、登録
済みのファイルを含むウインドウが、関連番号リストと
ともに現われる(図7(a))。機能設計書(ファイル
def)の関連ファイルを参照したいときは、オペレー
タはタイトル=機能設計書の行にカーソルを移してその
部分を選択し、リターンキーをヒットする。すると、機
能設計書の関連番号エリアに登録された関連番号のファ
イルを含むオーバーラッピングウインドウが、関連番号
リストとともにさらに現われる(図7(b))。機能設
計2(ファイルpqr)の関連ファイルを参照したいと
きは、オペレータはタイトル=機能設計2の行にカーソ
ルを移してその部分を選択し、リターンキーをヒットす
る。すると、機能設計2の関連番号エリアに登録された
関連番号のファイルを含むオーバーラッピングウインド
ウが、さらに現われる(図7(c))。
When the related information management file VF is opened, a window containing registered files appears with the related number list (FIG. 7 (a)). When referring to the related file of the functional design document (file def), the operator moves the cursor to the line of title = functional design document, selects that portion, and hits the return key. Then, the overlapping window including the file of the related number registered in the related number area of the functional design document further appears together with the related number list (FIG. 7B). When the operator wants to refer to the related file of the functional design 2 (file pqr), the operator moves the cursor to the line of title = functional design 2 and selects that portion, and hits the return key. Then, the overlapping window including the file of the related number registered in the related number area of the functional design 2 further appears (FIG. 7 (c)).

【0039】ここで、設計データ2(ファイルdsg
2)の中身が見たいときは、オペレータはタイトル=設
計データ2の行にカーソルを移してその部分を選択し、
リターンキーをヒットする。すると、設計データ2のフ
ァイル(この場合はサブディレクトリではない)がオー
プンし、モニタ画面上に所定の設計データが展開され
る。
Here, design data 2 (file dsg
2) When the operator wants to see the contents, the operator moves the cursor to the line of title = design data 2 and selects that portion,
Hit the return key. Then, the file of the design data 2 (not the subdirectory in this case) is opened, and the predetermined design data is expanded on the monitor screen.

【0040】ここで、図7(c)の機能設計書の行に、
図7(b)の各ファイルの関連番号が登録されていると
すると、この行にカーソルを移動しリターンキーをヒッ
トすることにより、図7(b)に示すようなウインドウ
がモニタ画面上にポップアップしてくる。
Here, in the line of the functional design document of FIG. 7C,
Assuming that the related number of each file in FIG. 7B is registered, by moving the cursor to this line and hitting the return key, a window as shown in FIG. 7B pops up on the monitor screen. Come on.

【0041】図7(a)の各ファイルの関連番号が登録
されている別のファイルY(図示せず)が図7(c)に
存在するならば、この別ファイルYの行にカーソルを移
動しリターンキーをヒットすることにより、図7(a)
に示すようなウインドウをモニタ画面上にポップアップ
させることができる。
If another file Y (not shown) in which the associated numbers of the respective files in FIG. 7A are registered exists in FIG. 7C, the cursor is moved to the line of this other file Y. By hitting the return key,
A window as shown in can be popped up on the monitor screen.

【0042】以上のようにすれば、所望ファイルへのパ
スをディレクトリの階層や論理ドライブの種別ごとに一
々切り直すことなく、所望関連ファイル間を簡単な操作
で自由に行き来できるようになる。
By doing so, it becomes possible to freely switch between the desired related files by a simple operation without re-cutting the path to the desired file for each hierarchy of the directory or each type of logical drive.

【0043】以上の説明ではOSとしてMSDOSを想
定したが、その説明内容の根幹はツリー構造階層ディレ
クトリを採用する他のOSのファイルシステムにも適用
できる。また、ファイルの管理にツリー構造階層ディレ
クトリを利用するものであるなら、この発明は、キャラ
クタベース(コマンドライン操作)のOSのみならず、
GUIベース(マウス操作)のOSにも適用できる。
Although MSDOS is assumed as the OS in the above description, the basis of the description can be applied to the file system of another OS that adopts the tree structure hierarchical directory. If the tree structure hierarchical directory is used for file management, the present invention is not limited to the character-based (command line operation) OS,
It can also be applied to a GUI-based (mouse operation) OS.

【0044】[0044]

【発明の効果】この発明のファイル管理方法では、階層
ディレクトリ構造を用いてファイル管理を行なうオペレ
ーティングシステムにおいて、任意の階層に分散登録さ
れた任意の複数ファイルを互いに関連付ける情報(仮想
ディレクトリ情報)を格納する管理ファイルを設け、こ
の管理ファイルに格納された情報(仮想ディレクトリ情
報)を利用して、任意の階層に分散登録された任意の複
数ファイルに直ちにアクセスできるようにしている。
According to the file management method of the present invention, in an operating system which manages files using a hierarchical directory structure, information (virtual directory information) for associating arbitrary plural files distributedly registered in an arbitrary hierarchy with each other is stored. A management file is provided, and information stored in the management file (virtual directory information) is used so that any of a plurality of files distributed and registered in any hierarchy can be immediately accessed.

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

【図1】図1は、この発明の一実施例に係る関連情報管
理ファイルの構成を示す図。
FIG. 1 is a diagram showing a configuration of a related information management file according to an embodiment of the present invention.

【図2】図2は、図1の関連情報管理ファイルに対する
情報の登録、削除、関連づけ、関連参照を説明するフロ
ーチャート。
FIG. 2 is a flowchart illustrating registration, deletion, association, and association reference of information in the related information management file of FIG.

【図3】図3は、図2の関連情報管理ファイルに対する
新規登録を説明するフローチャート。
FIG. 3 is a flowchart illustrating new registration for the related information management file of FIG.

【図4】図4は、図2の関連情報管理ファイルに対する
登録削除を説明するフローチャート。
FIG. 4 is a flowchart illustrating registration deletion for the related information management file of FIG.

【図5】図5は、図2の関連情報管理ファイルに対する
情報の関連づけを説明するフローチャート。
FIG. 5 is a flowchart illustrating association of information with the related information management file of FIG.

【図6】図6は、図2の関連情報管理ファイルに対する
情報の関連参照を説明するフローチャート。
FIG. 6 is a flowchart for explaining related reference of information to the related information management file of FIG.

【図7】図7は、図1の関連情報管理ファイルに対応し
てコンピュータのモニタ画面に出力されるデータの表示
例を示す図。
7 is a diagram showing a display example of data output on a monitor screen of a computer corresponding to the related information management file of FIG.

【図8】図8は、ツリー構造の階層ディレクトリでもっ
て2つのディスクに書き込まれた複数ファイルおよびサ
ブディレクトリの構成を例示する図。
FIG. 8 is a diagram exemplifying a configuration of a plurality of files and sub-directories written in two discs by a hierarchical directory having a tree structure.

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

VF…関連情報管理ファイル(仮想ディレクトリ情報格
納ファイル)、Y…ファイル名。
VF ... Related information management file (virtual directory information storage file), Y ... File name.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 階層ディレクトリ構造を用いてファイル
管理を行なうオペレーティングシステムにおいて、任意
の階層に分散登録された任意の複数ファイルを互いに関
連付ける情報を格納するためのスペースを持つ関連情報
管理ファイルを備え、この関連情報管理ファイルに格納
された情報から、任意の階層に分散登録された任意の複
数ファイルにアクセスできるように構成したことを特長
とするファイル管理方法。
1. An operating system for performing file management using a hierarchical directory structure, comprising a related information management file having a space for storing information for associating arbitrary plural files distributedly registered in an arbitrary hierarchy with each other, A file management method characterized in that the information stored in this related information management file can be accessed to a plurality of arbitrary files distributedly registered in an arbitrary hierarchy.
【請求項2】 前記オペレーティングシステムはパスを
指定することによりファイルの所在場所を特定できるツ
リー構造の階層ディレクトリを備えたディスクオペレー
ティングシステムであり、 前記関連情報管理ファイルはこのディスクオペレーティ
ングシステムの所定ディレクトリに登録されこのディス
クオペレーティングシステムがいつでも参照できるファ
イルであり、 このディスクオペレーティングシステムが前記関連情報
管理ファイルを参照することにより、任意の階層に分散
登録された任意の複数ファイルがあたかも単一パス上の
ファイルの集合体であるかのごとく仮想的にファイル管
理を行なうことを特徴とする請求項1に記載のファイル
管理方法。
2. The operating system is a disk operating system having a hierarchical directory of a tree structure capable of specifying the location of the file by specifying a path, and the related information management file is stored in a predetermined directory of the disk operating system. It is a file that is registered and can be referred to at any time by this disk operating system. By referring to the related information management file by this disk operating system, any multiple files distributed and registered in any hierarchy are as if they were files on a single path. 2. The file management method according to claim 1, wherein the file management is performed virtually as if it were a collection of.
JP4254802A 1992-09-24 1992-09-24 File managing method Withdrawn JPH06103138A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4254802A JPH06103138A (en) 1992-09-24 1992-09-24 File managing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4254802A JPH06103138A (en) 1992-09-24 1992-09-24 File managing method

Publications (1)

Publication Number Publication Date
JPH06103138A true JPH06103138A (en) 1994-04-15

Family

ID=17270100

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4254802A Withdrawn JPH06103138A (en) 1992-09-24 1992-09-24 File managing method

Country Status (1)

Country Link
JP (1) JPH06103138A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004537089A (en) * 2001-03-30 2004-12-09 キヤノン株式会社 File management method
JP2005215743A (en) * 2004-01-27 2005-08-11 Fuji Xerox Co Ltd File attribute information management program, file attribute information management method, and file attribute information management device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004537089A (en) * 2001-03-30 2004-12-09 キヤノン株式会社 File management method
JP2005215743A (en) * 2004-01-27 2005-08-11 Fuji Xerox Co Ltd File attribute information management program, file attribute information management method, and file attribute information management device

Similar Documents

Publication Publication Date Title
US20200364231A1 (en) Methods and systems for managing data
US9460096B2 (en) Methods and systems for managing data
US8060514B2 (en) Methods and systems for managing composite data files
US9081872B2 (en) Methods and systems for managing permissions data and/or indexes
US8239351B2 (en) Methods and systems for managing permissions data
US20070112743A1 (en) Methods and systems for managing data
US20070005581A1 (en) Methods and systems for managing data
US20090216776A1 (en) Methods and systems for managing data
US20050289107A1 (en) Methods and systems for managing data
JPH06103138A (en) File managing method

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19991130