JP2002140220A - File management method and recording medium - Google Patents

File management method and recording medium

Info

Publication number
JP2002140220A
JP2002140220A JP2000335978A JP2000335978A JP2002140220A JP 2002140220 A JP2002140220 A JP 2002140220A JP 2000335978 A JP2000335978 A JP 2000335978A JP 2000335978 A JP2000335978 A JP 2000335978A JP 2002140220 A JP2002140220 A JP 2002140220A
Authority
JP
Japan
Prior art keywords
file
directory
virtual
virtual directory
name
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
JP2000335978A
Other languages
Japanese (ja)
Inventor
Osamu Yomogida
治 蓬田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2000335978A priority Critical patent/JP2002140220A/en
Publication of JP2002140220A publication Critical patent/JP2002140220A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To respectively sort and arrange a plurality of files into a plurality of categories by leaving an existing hierarchical directory as it is and providing a virtual management file in regard to a file management method and a recording medium managing the plurality of files by the plurality of categories. SOLUTION: Such a virtual management file is provided that sets a high-order virtual directory, a low-order virtual directory, a path to a directory storing an existing file, and a file name coordinately with a virtual directory name and manages them. The file management method comprises steps of preparing a record in the virtual management file when there is an instruction to prepare a virtual directory, setting the virtual directory name, and setting it to a random high-order virtual directory or low-order virtual directory.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、複数のファイルを
複数のカテゴリで管理するファイル管理方法および記録
媒体に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file management method and a recording medium for managing a plurality of files in a plurality of categories.

【0002】[0002]

【従来の技術】従来、パソコンやUNIX(登録商標)
などのオペレーティングシステムは、ディレクトリの配
下に1つあるいは複数のファイルを設けるいわゆる木構
造で、1つのファイルは一意のディレクトリ修飾によっ
てファイルの格納位置を特定し、データをファイルに格
納したり、ファイルからデータを読み出したりするよう
にしている。
2. Description of the Related Art Conventionally, personal computers and UNIX (registered trademark)
Operating systems such as these have a so-called tree structure in which one or more files are provided under a directory. One file specifies the storage location of the file by unique directory qualification, stores data in the file, Data is read out.

【0003】[0003]

【発明が解決しようとする課題】このため、1つのファ
イルは一意のディレクトリ配下になければ当該ファイル
の位置を特定できないという制約があり、1つのファイ
ルに対してディレクトリ修飾による複数の意味付けを同
時にすることができなく、例えばファイルを作成・更新
日付けというカテゴリに分類したり、ファイル名やファ
イルの内容・属性というカテゴリで分類したりしたくて
もいずれか一方しかできなく、複数のカテゴリ別に分類
・整理ができないという問題があった。
For this reason, there is a restriction that the position of a file cannot be specified unless one file is under a unique directory, and a plurality of meanings can be simultaneously assigned to one file by directory modification. For example, if you want to categorize files into categories such as creation / update date or categorize them by file name or file content / attribute, you can only do one of them. There was a problem that classification and arrangement could not be performed.

【0004】本発明は、これらの問題を解決するため、
実在の階層ディレクトリはそのままとし、仮想管理ファ
イルを設けて複数のカテゴリ別にそれぞれ分類・整理を
実現することを目的としている。
[0004] The present invention solves these problems,
The purpose is to provide a virtual management file and realize classification and organization for each of a plurality of categories while leaving the actual hierarchical directory as it is.

【0005】[0005]

【課題を解決するための手段】図1を参照して課題を解
決するための手段を説明する。図1において、処理装置
1は、プログラムに従い各種処理を行うものであって、
ここでは、仮想ディレクトリ作成手段2、ファイル作成
手段3、表示手段4、仮想管理ファイル5、および実フ
ァイル6などから構成されるものである。
Means for solving the problem will be described with reference to FIG. In FIG. 1, a processing device 1 performs various processes according to a program.
Here, it is configured by a virtual directory creation unit 2, a file creation unit 3, a display unit 4, a virtual management file 5, a real file 6, and the like.

【0006】仮想ディレクトリ作成手段2は、仮想ディ
レクトリを作成するものである。ファイル作成手段3
は、仮想ディレクトリ内にファイルを作成するものであ
る。仮想管理ファイル5は、複数のファイルを複数のカ
テゴリで管理するものであって、仮想ディレクトリ名に
対応づけて上位仮想ディレクトリ、下位仮想ディレクト
リ、実在するファイルを格納するディレクトリへのパ
ス、およびファイル名を設定して管理するものである。
The virtual directory creation means 2 creates a virtual directory. File creation means 3
Creates a file in a virtual directory. The virtual management file 5 manages a plurality of files in a plurality of categories, and associates a virtual directory name with an upper virtual directory, a lower virtual directory, a path to a directory for storing existing files, and a file name. Is set and managed.

【0007】実ファイル6は、実在するディレクトリ、
およびディレクトリ内に実際のファイルを設けたもので
ある。次に、動作を説明する。仮想ディレクトリ作成手
段2が仮想ディレクトリの作成指示があったときに、仮
想管理ファイル5中にレコードを作成して、仮想ディレ
クトリ名を設定すると共に上位仮想ディレクトリおよび
下位仮想ディレクトリのうちのあるものに設定するよう
にしている。
The real file 6 is an existing directory,
And an actual file in the directory. Next, the operation will be described. When the virtual directory creating means 2 instructs to create a virtual directory, it creates a record in the virtual management file 5, sets the virtual directory name, and sets it in one of the upper virtual directory and the lower virtual directory. I am trying to do it.

【0008】また、ファイル作成手段3が仮想ディレク
トリ中にファイルの作成の指示があったときに、仮想管
理ファイル5中にレコードを作成して、仮想ディレクト
リ名を設定すると共に上位仮想ディレクトリと下位仮想
ディレクトリのうちの必要なものを設定、およびファイ
ル名と実在するファイルを格納するディレクトリへのパ
スを設定するようにしている。
When the file creating means 3 instructs to create a file in the virtual directory, it creates a record in the virtual management file 5, sets the virtual directory name, and sets the upper virtual directory and the lower virtual directory. It sets the required directories and sets the file name and the path to the directory that stores the existing files.

【0009】また、ファイル作成手段3が仮想ディレク
トリ中にファイルの作成の指示があったときに、仮想管
理ファイル5中の当該ファイルを作成するディレクトリ
にファイルが作成されていた場合には当該作成されてい
たレコードを複写してファイル名を新たなファイル名に
更新し、一方、ファイルを作成するディレクトリにファ
イルが作成されていなかった場合には新たなレコードを
作成して仮想ディレクトリ名を設定すると共に上位仮想
ディレクトリと下位仮想ディレクトリのうちの必要なも
のを設定、およびファイル名と実在するファイルを格納
するディレクトリへのパスを設定するようにしている。
When the file creating means 3 instructs to create a file in the virtual directory, if the file is created in the directory of the virtual management file 5 where the file is created, the file is created. Copy the existing record and update the file name to the new file name. On the other hand, if the file has not been created in the directory where the file is created, create a new record and set the virtual directory name. A necessary one of the upper virtual directory and the lower virtual directory is set, and a file name and a path to a directory for storing an existing file are set.

【0010】また、ファイルの削除の指示があったとき
に、仮想管理ファイル5中から見つけた当該ファイルが
存在するレコードを削除するようにしている。また、表
示手段4が仮想管理ファイル5中の仮想ディレクトリ
名、上位仮想ディレクトリ、下位仮想ディレクトリ、お
よびファイル名をもとに、異なる複数のカテゴリ毎のフ
ァイルを分類して木構造で表示するようにしている。
[0010] When a file deletion instruction is given, the record in which the file is found in the virtual management file 5 is deleted. Further, the display means 4 classifies the files of a plurality of different categories based on the virtual directory name, the upper virtual directory, the lower virtual directory, and the file name in the virtual management file 5 and displays the files in a tree structure. ing.

【0011】従って、実在の階層ディレクトリはそのま
まとし、仮想管理ファイル5を設けて複数のカテゴリ別
にそれぞれ分類・整理を実現することが可能となる。
Therefore, it is possible to provide the virtual management file 5 while keeping the actual hierarchical directory as it is, and to realize the classification and organization for each of a plurality of categories.

【0012】[0012]

【発明の実施の形態】次に、図1から図6を用いて本発
明の実施の形態および動作を順次詳細に説明する。図1
は、本発明のシステム構成図を示す。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, an embodiment and operation of the present invention will be sequentially described in detail with reference to FIGS. FIG.
1 shows a system configuration diagram of the present invention.

【0013】図1において、処理装置1は、プログラム
に従い実ファイル6中の各ファイルについて任意のカテ
ゴリに分類・整理するものであって、ここでは、仮想デ
ィレクトリ作成手段2、ファイル作成手段3、表示手段
4、仮想管理ファイル5、および実ファイル6などから
構成されるものである。
In FIG. 1, a processing device 1 sorts and arranges each file in a real file 6 into an arbitrary category according to a program. Here, a virtual directory creating means 2, a file creating means 3, a display It comprises means 4, a virtual management file 5, a real file 6, and the like.

【0014】仮想ディレクトリ作成手段2は、仮想ディ
レクトリを作成するものである(図2から図6を用いて
後述する)。ファイル作成手段3は、仮想ディレクトリ
内にファイルを作成などするものである(図2から図6
を用いて後述する)。
The virtual directory creating means 2 creates a virtual directory (described later with reference to FIGS. 2 to 6). The file creation means 3 creates a file in the virtual directory (see FIGS. 2 to 6).
Will be described later).

【0015】仮想管理ファイル5は、複数のファイルを
複数のカテゴリで管理するものであって、仮想ディレク
トリ名に対応づけて上位仮想ディレクトリ、下位仮想デ
ィレクトリ、実在するファイルを格納するディレクトリ
へのパス、およびファイル名を設定して管理するもので
ある(図3から図6を用いて後述する)。
The virtual management file 5 manages a plurality of files in a plurality of categories, and associates a virtual directory name with an upper virtual directory, a lower virtual directory, a path to a directory for storing existing files, And file names are set and managed (described later with reference to FIGS. 3 to 6).

【0016】実ファイル6は、実在するディレクトリ、
およびディレクトリ内に実際のファイルを設けたもので
ある。入力装置7は、各種データや指示を入力するもの
である。表示装置8は、各種データなどを表示するもの
であって、ここでは、仮想管理ファイル5に設定されて
いる情報をもとにカテゴリ毎に分類・整理した木構造な
どを表示するものである。
The real file 6 is an existing directory,
And an actual file in the directory. The input device 7 is for inputting various data and instructions. The display device 8 displays various data and the like. Here, the display device 8 displays a tree structure and the like classified and arranged for each category based on the information set in the virtual management file 5.

【0017】次に、図2のフローチャートの順番に従い
図1の構成の動作を詳細に説明する。図2は、本発明の
動作説明フローチャートを示す。図2において、S1
で、ディレクトリの操作か判別する。YESの場合に
は、S2に進む。NOの場合には、ファイルの操作と判
明したので、S6に進む。
Next, the operation of the configuration of FIG. 1 will be described in detail according to the order of the flowchart of FIG. FIG. 2 is a flowchart illustrating the operation of the present invention. In FIG. 2, S1
To determine if the operation is a directory operation. In the case of YES, the process proceeds to S2. In the case of NO, it is determined that the operation is a file operation, and the process proceeds to S6.

【0018】S2では、S1のYESでディレクトリの
操作と判明したので、削除か判別する。すなわち、仮想
ディレクトリの削除か判別する。YESの場合には、S
5で仮想管理ファイル5内の該当レコードの削除処理を
行う。これにより、削除指示された仮想管理ファイル5
中のディレクトリ(仮想ディレクトリ)のレコードが削
除されたこととなる。一方、S2のNOの場合には、デ
ィレクトリの作成と判明したので、S3に進む。
In S2, since it is determined that the operation of the directory is determined in YES of S1, it is determined whether the operation is to be deleted. That is, it is determined whether the virtual directory is deleted. If YES, S
At 5, the corresponding record in the virtual management file 5 is deleted. As a result, the virtual management file 5 instructed to be deleted
This means that the record in the directory (virtual directory) in the directory has been deleted. On the other hand, in the case of NO in S2, it is determined that the directory is created, and the process proceeds to S3.

【0019】S3では、S2のNOでディレクトリの作
成と判明したので、仮想管理ファイル5へのディレクト
リ追加用レコードの編集を行う。これは、新規に作成し
ようとするディレクトリ名に対応づけて上位仮想ディレ
クトリ、下位仮想ディレクトリ、格納ファイル名、実在
ディレクトリ名のうちの必要なものを設定したレコード
を作成する。
In S3, since it has been determined that a directory has been created in S2, a record for adding a directory to the virtual management file 5 is edited. In this method, a record is set in which necessary ones of an upper virtual directory, a lower virtual directory, a storage file name, and a real directory name are set in association with a directory name to be newly created.

【0020】S4で、仮想管理ファイル5へのレコード
の追加処理を行う。これにより、例えば後述する図4の
(a)ののレコードが追加される(では図4の
(b)のの位置にディレクトリaが追加される)。以
上のS1のYES,S2からS5によって、仮想管理フ
ァイル5中に仮想ディレクトリを追加したり、該当仮想
ディレクトリのレコードを削除したりすることが可能と
なる。例えば後述する図4の(a)ののディレクトリ”
a”を追加することが可能となる。
In S4, a process of adding a record to the virtual management file 5 is performed. Thereby, for example, the record of FIG. 4A described later is added (in this case, the directory a is added at the position of FIG. 4B). By the above-described YES in S1 and S2 to S5, it becomes possible to add a virtual directory to the virtual management file 5 or delete a record of the virtual directory. For example, the directory shown in FIG.
a "can be added.

【0021】S6では、S1のNOでファイルの操作と
判明したので、削除か判別する。YESの場合には、フ
ァイルの削除と判明したので、S7で仮想管理ファイル
5内の該当レコードの削除処理を行う。一方、NOの場
合には、ファイルの作成と判明したので、S8に進む。
In S6, since it is determined that the operation of the file is NO in S1, it is determined whether or not the file is to be deleted. In the case of YES, it is determined that the file is to be deleted, so the process of deleting the corresponding record in the virtual management file 5 is performed in S7. On the other hand, in the case of NO, it is determined that the file is created, and the process proceeds to S8.

【0022】S8は、格納先に既にファイルが存在する
か判別する。これは、ファイルを作成して格納する格納
先のディレクトリに既に他のファイルが作成されて格納
されて存在するか判別する。YESの場合には、該当デ
ィレクトリ内に既に他のファイルが作成されて格納され
ていると判明したので、仮想管理ファイル5内のレコー
ドを複写して更新処理(作成したファイル名で更新処
理)する。例えば後述する図5の(a)の仮想管理ファイ
ル5中でのレコードが既に作成されて格納されてお
り、ファイルが存在するときに、のファイルを作成し
ようとした場合に、のレコードを複写してファイル名
を更新してに図示のレコードにする。尚、複写しない
で、当該レコードを新たに作成(ファイルを格納する仮
想ディレクトリ名に対応づけて上位仮想ディレクトリと
下位仮想ディレクトリがあれば設定、およびファイル名
とファイルが実在する実ディレクトリを設定したレコー
ドを作成)して追加してもよい。一方、S8のNOの場
合には、ファイルの格納先の仮想ディレクトリ内にファ
イルが作成されて格納されていないと判明したので、S
10で仮想管理ファイル5内にレコードを作成する(即
ち、ファイルを格納する仮想ディレクトリ名に対応づけ
て上位仮想ディレクトリと下位仮想ディレクトリがあれ
ば設定、およびファイル名とファイルが実在する実ディ
レクトリを設定したレコードを作成する)。
In step S8, it is determined whether a file already exists in the storage destination. That is, it is determined whether or not another file has already been created and stored in the directory where the file is created and stored. In the case of YES, it is determined that another file has already been created and stored in the relevant directory, so the record in the virtual management file 5 is copied and update processing (update processing with the created file name) is performed. . For example, if a record in the virtual management file 5 of FIG. 5A described later has already been created and stored, and the file exists and the user attempts to create the file, the record is copied. To update the file name to make the record shown. In addition, the record is newly created without copying (set if the upper virtual directory and the lower virtual directory are associated with the virtual directory name for storing the file, and the file name and the real directory where the file actually exists are set. May be created) and added. On the other hand, in the case of NO in S8, it is determined that the file has not been created and stored in the virtual directory of the file storage destination.
In step 10, a record is created in the virtual management file 5 (that is, if there is an upper virtual directory and a lower virtual directory in association with the virtual directory name for storing the file, and the file name and the actual directory where the file actually exists are set). Create a new record).

【0023】以上のS1のNO,S6からS10によっ
て、仮想管理ファイル5中の該当仮想ディレクトリ内に
ファイルを作成したり、該当ファイルのレコードを削除
したりすることが可能となる。図3は、本発明の説明図
(その1)を示す。
By the above NO in S1, and from S6 to S10, it is possible to create a file in the corresponding virtual directory in the virtual management file 5 or delete the record of the file. FIG. 3 is an explanatory view (part 1) of the present invention.

【0024】図3の(a)は、実ディレクトリ/ファイ
ル例を示す。これは、通常のハードディスク装置など
に、ディレクトリを作成した様子を示す。ここでは、C
ドライブの配下に、ディレクトリ¥199910、¥1
99912、¥200002の3つを作成し、各ディレ
クトリ内に2つづつファイルを格納した木構造を示す。
FIG. 3A shows an example of a real directory / file. This shows a state in which a directory is created in a normal hard disk device or the like. Here, C
The directory $ 199910, $ 1 under the drive
This shows a tree structure in which three files of 99912 and $ 200002 are created, and two files are stored in each directory.

【0025】図3の(b)は、仮想管理ファイル例を示
す。図示の仮想管理ファイル5は、図示の下記の情報を
対応づけて設定したものであり、その木構造を図3の
(c)に示す。 ・仮想ディレクトリ名: ・上位仮想ディレクトリ名: ・下位仮想ディレクトリ名: ・格納ファイル名: :実在ディレクトリ名: ここで、仮想ディレクトリ名はファイル(格納ファイル
名)を格納する仮想的なディレクトリの名前を表す。上
位仮想ディレクトリは仮想ディレクトリに対して上位の
仮想ディレクトリがあれば設定し、なければ空欄にす
る。下位仮想ディレクトリは仮想ディレクトリに対して
下位の仮想ディレクトリがあれば設定し、なければ空欄
にする。格納ファイル名は仮想ディレクトリに格納する
ファイル名(仮想ファイル名)を設定する。実在ディレ
クトリ名は実在するファイルを格納するディレクトリ
(実在するファイルを格納するディレクトリのフルパ
ス)を設定する。例えば図3の(a)の実ディレクトリ
/ファイルがある場合に、図3の(b)に示すように,例
えば格納ファイル名”a12.TXT”の実在ディレク
トリ名は図3の(a)から”C:199910”となり
これを図示のように設定する。
FIG. 3B shows an example of a virtual management file. The illustrated virtual management file 5 is set by associating the following information shown in the figure, and its tree structure is shown in FIG. -Virtual directory name:-Upper virtual directory name:-Lower virtual directory name:-Storage file name:: Real directory name: Here, the virtual directory name is the name of the virtual directory that stores files (storage file names). Represent. The upper virtual directory is set if there is a higher virtual directory with respect to the virtual directory, and is left blank if not. The lower-level virtual directory is set if there is a lower-level virtual directory for the virtual directory, and is left blank if not. For the storage file name, set the file name (virtual file name) to be stored in the virtual directory. As the real directory name, a directory for storing a real file (full path of a directory for storing a real file) is set. For example, when there is the real directory / file in FIG. 3A, as shown in FIG. 3B, the real directory name of the storage file name “a12.TXT” is changed from “a” in FIG. C: 199910 ", which is set as shown.

【0026】図3の(c)は、図3の(b)の仮想管理
ファイル5に設定されている情報をもとに木構造にして
表示した例を示す。図示の木構造は、図3の(a)の実
ディレクトリ/ファイルの木構造について、仮想ディレ
クトリ”テキスト”と”データ”とに分類してそれぞれ
のファイルを整理して表示したものである。
FIG. 3C shows an example in which a tree structure is displayed based on the information set in the virtual management file 5 of FIG. 3B. The tree structure shown is obtained by classifying the tree structure of the real directory / file in FIG. 3A into virtual directories “text” and “data” and displaying the files in an organized manner.

【0027】以上のように、仮想管理ファイル5を設け
たことにより、図3の(c)に示すように、カテゴリ
(ここでは、”テキスト”と”データ”というカテゴ
リ)毎に分類してファイル(更に、ディレクトリ)を管
理することが可能となる。以下順次詳細に説明する。
As described above, since the virtual management file 5 is provided, as shown in FIG. 3C, the files are classified by category (here, the categories of "text" and "data"). (Furthermore, directories) can be managed. The details will be sequentially described below.

【0028】図4は、本発明の説明図(その2)を示
す。図4の(a)は、仮想管理ファイル例を示す。これ
は、図3の(b)の仮想管理ファイル5に対して、仮想
ディレクトリ”テキスト”と”データ”の配下に仮想デ
ィレクトリ”a”と”b”をそれぞれ作成して追加した
例を示す。例えば仮想ディレクトリ”テキスト”の配下
に仮想ディレクトリ”a”を作成するには、図示のに
示すように、 ・仮想ディレクトリ名:a ・上位仮想ディレクトリ: C: ・下位仮想ディレクトリ:a ・格納ファイル名:空欄 ・実在ディレクトリ名:空欄 と設定したレコードを追加する。同様に、'から'''
に示すレコードをそれぞれ作成して追加する。
FIG. 4 is an explanatory diagram (part 2) of the present invention. FIG. 4A shows an example of a virtual management file. This shows an example in which virtual directories “a” and “b” are created and added under the virtual directories “text” and “data”, respectively, to the virtual management file 5 in FIG. 3B. For example, to create a virtual directory "a" under the virtual directory "text", as shown in the figure, a virtual directory name: a an upper virtual directory: C: a lower virtual directory: a storage file name : Blank ・ Adds the record set as the existing directory name: Blank. Similarly, 'to'''
Create and add the records shown in.

【0029】図4の(b)は、図4の(a)の仮想管理
ファイルに設定されている情報をもとに木構造で表示し
た例を示す。木構造中のから'''の追加された仮想
ディレクトリは、図4の(a)の同一番号のレコードに
それぞれ対応している。以上のように、仮想ディレクト
リに対応づけて上位仮想ディレクトリと下位仮想ディレ
クトリのうちの必要なものを設定してレコードを仮想管
理ファイル5に追加し、仮想ディレクトリを任意に追加
することが可能となる。
FIG. 4B shows an example in which a tree structure is displayed based on the information set in the virtual management file of FIG. 4A. The virtual directories to which "" has been added in the tree structure correspond to the records of the same number in FIG. As described above, a necessary one of the upper virtual directory and the lower virtual directory is set in association with the virtual directory, a record is added to the virtual management file 5, and the virtual directory can be arbitrarily added. .

【0030】図5は、本発明の説明図(その3)を示す。
これは、図4の(a)の仮想管理ファイル5に対して、
仮想ディレクトリ”テキスト”と”データ”の配下の仮
想ディレクトリ”a”と”b”にからのファイルを
作成して設定したレコードを追加した例を示す。例えば
仮想ディレクトリ”テキスト”の配下の仮想ディレクト
リ”a”にファイル”a12.TXT”を作成するに
は、図示のに示すように、 ・仮想ディレクトリ名:a ・上位仮想ディレクトリ:テキスト ・下位仮想ディレクトリ:空欄 ・格納ファイル名:a12.TXT ・実在ディレクトリ名: C:199910 と設定したレコードを追加する(既述した図2のS1の
NO,S6のNO,S8からS10の手順によって追加
する)。同様に、からに示すレコードを作成して追
加する。
FIG. 5 is an explanatory view (part 3) of the present invention.
This corresponds to the virtual management file 5 in FIG.
An example is shown in which files from virtual directories “a” and “b” under the virtual directories “text” and “data” are created and added to the set records. For example, to create the file “a12.TXT” in the virtual directory “a” under the virtual directory “text”, as shown in the figure, the virtual directory name: a, the upper virtual directory: text, and the lower virtual directory : Blank ・ Stored file name: a12. TXT • The directory set as the actual directory name: C: 199910 is added (NO in S1, NO in S6, and S8 to S10 in FIG. 2 described above). Similarly, create and add a record shown below.

【0031】図5の(b)は、図5の(a)の仮想管理
ファイルに設定されている情報をもとに木構造で表示し
た例を示す。木構造中のからの追加されたファイル
は、図5の(a)の同一番号のレコードにそれぞれ対応
している。以上のように、仮想ディレクトリに対応づけ
て上位仮想ディレクトリと下位仮想ディレクトリのうち
の必要なものを設定、および格納ファイル名と実在ディ
レクトリ名を設定したレコードを仮想管理ファイル5に
追加し、仮想ディレクトリにファイルを追加することが
可能となる。
FIG. 5B shows an example in which a tree structure is displayed based on the information set in the virtual management file of FIG. 5A. The added files in the tree structure correspond to the records of the same number in FIG. As described above, the necessary one of the upper virtual directory and the lower virtual directory is set in association with the virtual directory, and a record in which the storage file name and the actual directory name are set is added to the virtual management file 5, and the virtual directory is added. Files can be added to

【0032】図6は、本発明の説明図(その4)を示す。
これは、図5の(a)の仮想管理ファイル5から、の
ファイル(レコード)を削除した例を示す。ここで、仮
想ディレクトリ”テキスト”の配下の仮想ディレクト
リ”b”のファイル”b12.TXT”を削除するに
は、図5の(a)のに示す ・仮想ディレクトリ名:b ・上位仮想ディレクトリ:テキスト ・下位仮想ディレクトリ:空欄 ・格納ファイル名:b12.TXT ・実在ディレクトリ名: C:199912 と設定したレコードを削除する(既述した図2のS1の
NO,S6のYES,S7の手順によって削除する)。
FIG. 6 is an explanatory view (part 4) of the present invention.
This shows an example in which the file (record) is deleted from the virtual management file 5 in FIG. Here, to delete the file “b12.TXT” of the virtual directory “b” under the virtual directory “text”, as shown in FIG. 5A, “virtual directory name: b” • upper virtual directory: text -Lower virtual directory: blank-Storage file name: b12. TXT ・ Existing directory name: C: The record set as 199912 is deleted (NO in S1 in FIG. 2, YES in S6 and S7 described above).

【0033】図6の(b)は、図6の(a)の仮想管理
ファイルに設定されている情報をもとに木構造で表示し
た例を示す。図示の木構造は、図5の(b)の機構造中
からの仮想ディレクトリ”b”とファイル”b12.
TXT”が削除されている。以上のように、仮想ディレ
クトリ配下のファイルを削除する場合には当該ファイル
を含むレコードを仮想管理ファイル5中から削除すれば
よい。
FIG. 6B shows an example in which a tree structure is displayed based on the information set in the virtual management file of FIG. 6A. The tree structure shown is a virtual directory “b” and a file “b12.
TXT "has been deleted. As described above, when deleting a file under the virtual directory, the record including the file may be deleted from the virtual management file 5.

【0034】(付記1)複数のファイルを複数のカテゴ
リで管理するファイル管理方法において、仮想ディレク
トリ名に対応づけて上位仮想ディレクトリ、下位仮想デ
ィレクトリ、実在するファイルを格納するディレクトリ
へのパス、およびファイル名を設定して管理する仮想管
理ファイルを設け、仮想ディレクトリの作成指示があっ
たときに、上記仮想管理ファイル中にレコードを作成し
て、仮想ディレクトリ名を設定すると共に上位仮想ディ
レクトリおよび下位仮想ディレクトリのうちのあるもの
に設定するステップからなるファイル管理方法。
(Supplementary Note 1) In a file management method for managing a plurality of files in a plurality of categories, an upper virtual directory, a lower virtual directory, a path to a directory for storing an existing file, and a file in association with a virtual directory name. A virtual management file for setting and managing names is provided, and when a virtual directory creation instruction is issued, a record is created in the virtual management file, a virtual directory name is set, and an upper virtual directory and a lower virtual directory are set. A file management method comprising the steps of setting one of the following.

【0035】(付記2)複数のファイルを複数のカテゴ
リで管理するファイル管理方法において、仮想ディレク
トリ名に対応づけて上位仮想ディレクトリ、下位仮想デ
ィレクトリ、実在するファイルを格納するディレクトリ
へのパス、およびファイル名を設定して管理する仮想管
理ファイルを設け、仮想ディレクトリ中にファイルの作
成の指示があったときに、上記仮想管理ファイル中にレ
コードを作成して、仮想ディレクトリ名を設定すると共
に上位仮想ディレクトリと下位仮想ディレクトリのうち
の必要なものを設定、およびファイル名と実在するファ
イルを格納するディレクトリへのパスを設定するステッ
プからなるファイル管理方法。
(Supplementary Note 2) In a file management method for managing a plurality of files in a plurality of categories, an upper virtual directory, a lower virtual directory, a path to a directory for storing an existing file, and a file in association with a virtual directory name. A virtual management file for setting and managing a name is provided, and when a file creation instruction is issued in the virtual directory, a record is created in the virtual management file, a virtual directory name is set, and a higher virtual directory is set. And a required one of the lower virtual directories, and setting a file name and a path to a directory for storing an existing file.

【0036】(付記3)複数のファイルを複数のカテゴ
リで管理するファイル管理方法において、仮想ディレク
トリ名に対応づけて上位仮想ディレクトリ、下位仮想デ
ィレクトリ、実在するファイルを格納するディレクトリ
へのパス、およびファイル名を設定して管理する仮想管
理ファイルを設け、仮想ディレクトリ中にファイルの作
成の指示があったときに、上記仮想管理ファイル中の当
該ファイルを作成するディレクトリにファイルが作成さ
れていた場合には当該作成されていたレコードを複写し
てファイル名を新たなファイル名に更新し、一方、ファ
イルを作成するディレクトリにファイルが作成されてい
なかった場合には新たなレコードを作成して仮想ディレ
クトリ名を設定すると共に上位仮想ディレクトリと下位
仮想ディレクトリのうちの必要なものを設定、およびフ
ァイル名と実在するファイルを格納するディレクトリへ
のパスを設定するステップからなるファイル管理方法。
(Supplementary Note 3) In a file management method for managing a plurality of files in a plurality of categories, an upper virtual directory, a lower virtual directory, a path to a directory for storing an existing file, and a file in association with a virtual directory name. If a virtual management file to be set and managed is provided, and a file is instructed to be created in the virtual directory, and a file is created in the directory where the file is created in the virtual management file, The created record is copied and the file name is updated to a new file name, while if the file is not created in the directory where the file is created, a new record is created and the virtual directory name is changed. Set and upper virtual directory and lower virtual directory Set what you need of out, and file management method comprising the step of setting the path to the directory that contains the file name that exists with the file name.

【0037】(付記4)複数のファイルを複数のカテゴ
リで管理するファイル管理方法において、仮想ディレク
トリ名に対応づけて上位仮想ディレクトリ、下位仮想デ
ィレクトリ、実在するファイルを格納するディレクトリ
へのパス、およびファイル名を設定して管理する仮想管
理ファイルを設け、ファイルの削除の指示があったとき
に、上記仮想管理ファイル中から見つけた当該ファイル
が存在するレコードを削除するステップからなるファイ
ル管理方法。
(Supplementary Note 4) In a file management method for managing a plurality of files in a plurality of categories, an upper virtual directory, a lower virtual directory, a path to a directory for storing an existing file, and a file in association with a virtual directory name. A file management method comprising the steps of: providing a virtual management file to be managed by setting a name; and when receiving an instruction to delete the file, deleting a record in which the file is found from the virtual management file.

【0038】(付記5)上記仮想管理ファイル中の仮想
ディレクトリ名、上位仮想ディレクトリ、下位仮想ディ
レクトリ、およびファイル名をもとに、異なる複数のカ
テゴリ毎のファイルを分類してツリ構造で表示するステ
ップからなる請求項1から請求項4のいずれかに記載の
ファイル管理方法。
(Supplementary Note 5) A step of classifying files of a plurality of different categories based on the virtual directory name, the upper virtual directory, the lower virtual directory, and the file name in the virtual management file and displaying the files in a tree structure. The file management method according to any one of claims 1 to 4, comprising:

【0039】(付記6)仮想ディレクトリの作成指示が
あったときに、仮想ディレクトリ名に対応づけて上位仮
想ディレクトリ、下位仮想ディレクトリ、実在するファ
イルを格納するディレクトリへのパス、およびファイル
名を設定して管理する仮想管理ファイル中にレコードを
作成して、仮想ディレクトリ名を設定すると共に上位仮
想ディレクトリおよび下位仮想ディレクトリのうちのあ
るものに設定する手段として機能させるプログラムを記
録したコンピュータ読取可能な記録媒体。
(Supplementary Note 6) When an instruction to create a virtual directory is issued, an upper virtual directory, a lower virtual directory, a path to a directory for storing an existing file, and a file name are set in association with the virtual directory name. Computer-readable recording medium storing a program that functions as a means for creating a record in a virtual management file to be managed and setting a virtual directory name and setting one of an upper virtual directory and a lower virtual directory .

【0040】(付記7)仮想ディレクトリ中にファイル
の作成指示があったときに、仮想ディレクトリ名に対応
づけて上位仮想ディレクトリ、下位仮想ディレクトリ、
実在するファイルを格納するディレクトリへのパス、お
よびファイル名を設定して管理する仮想管理ファイル中
にレコードを作成して、仮想ディレクトリ名を設定する
と共に上位仮想ディレクトリと下位仮想ディレクトリの
うちの必要なものを設定、およびファイル名と実在する
ファイルを格納するディレクトリへのパスを設定する手
段として機能させるプログラムを記録したコンピュータ
読取可能な記録媒体。
(Supplementary Note 7) When there is an instruction to create a file in the virtual directory, the upper virtual directory, lower virtual directory,
Create a record in the virtual management file that manages by setting the path to the directory that stores the actual file and the file name, set the virtual directory name, and specify the required one of the upper virtual directory and lower virtual directory. A computer-readable recording medium that records a program that functions as a means for setting a file name and a path to a directory for storing a file name and an existing file.

【0041】[0041]

【発明の効果】以上説明したように、本発明によれば、
実在の階層ディレクトリはそのままとし、仮想管理ファ
イル5を設けて複数のカテゴリ別にそれぞれ分類・整理
を実現することが可能となる。これにより、異なった観
点でのグループ化(分類化)を図ったり、日毎の観点で
のデータ処理の結果をグループ化(分類化)を図ったり
し、自在に分類して整理することが可能となる。
As described above, according to the present invention,
The virtual management file 5 is provided while the actual hierarchical directory is kept as it is, and classification and organization can be realized for each of a plurality of categories. As a result, grouping (classification) from different viewpoints or grouping (classification) of data processing results from a day-to-day viewpoint can be freely classified and arranged. Become.

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

【図1】本発明のシステム構成図である。FIG. 1 is a system configuration diagram of the present invention.

【図2】本発明の動作説明フローチャートである。FIG. 2 is a flowchart illustrating the operation of the present invention.

【図3】本発明の説明図(その1)である。FIG. 3 is an explanatory diagram (No. 1) of the present invention.

【図4】本発明の説明図(その2)である。FIG. 4 is an explanatory diagram (No. 2) of the present invention.

【図5】本発明の説明図(その3)である。FIG. 5 is an explanatory view (No. 3) of the present invention.

【図6】本発明の説明図(その4)である。FIG. 6 is an explanatory view (No. 4) of the present invention.

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

1:処理装置 2:仮想ディレクトリ作成手段 3:ファイル作成手段 4:表示手段 5:仮想管理ファイル 6:実ファイル 7:入力装置 8:表示装置 1: processing unit 2: virtual directory creation unit 3: file creation unit 4: display unit 5: virtual management file 6: real file 7: input device 8: display device

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】複数のファイルを複数のカテゴリで管理す
るファイル管理方法において、 仮想ディレクトリ名に対応づけて上位仮想ディレクト
リ、下位仮想ディレクトリ、実在するファイルを格納す
るディレクトリへのパス、およびファイル名を設定して
管理する仮想管理ファイルを設け、 仮想ディレクトリの作成指示があったときに、上記仮想
管理ファイル中にレコードを作成して、仮想ディレクト
リ名を設定すると共に上位仮想ディレクトリおよび下位
仮想ディレクトリのうちのあるものを設定するステップ
からなるファイル管理方法。
In a file management method for managing a plurality of files in a plurality of categories, an upper virtual directory, a lower virtual directory, a path to a directory for storing an existing file, and a file name are associated with a virtual directory name. A virtual management file to be set and managed is provided. When an instruction to create a virtual directory is issued, a record is created in the virtual management file, a virtual directory name is set, and the upper virtual directory and the lower virtual directory are set. File management method consisting of the steps of setting something with a file.
【請求項2】複数のファイルを複数のカテゴリで管理す
るファイル管理方法において、 仮想ディレクトリ名に対応づけて上位仮想ディレクト
リ、下位仮想ディレクトリ、実在するファイルを格納す
るディレクトリへのパス、およびファイル名を設定して
管理する仮想管理ファイルを設け、 仮想ディレクトリ中にファイルの作成の指示があったと
きに、上記仮想管理ファイル中にレコードを作成して、
仮想ディレクトリ名を設定すると共に上位仮想ディレク
トリと下位仮想ディレクトリのうちの必要なものを設定
し、ファイル名と実在するファイルを格納するディレク
トリへのパスを設定するステップからなるファイル管理
方法。
2. A file management method for managing a plurality of files in a plurality of categories, wherein a path to an upper virtual directory, a lower virtual directory, a directory to store an existing file, and a file name are associated with a virtual directory name. A virtual management file to be set and managed is provided, and when a file creation instruction is issued in the virtual directory, a record is created in the virtual management file,
A file management method comprising the steps of setting a virtual directory name, setting necessary one of an upper virtual directory and a lower virtual directory, and setting a file name and a path to a directory for storing an existing file.
【請求項3】複数のファイルを複数のカテゴリで管理す
るファイル管理方法において、 仮想ディレクトリ名に対応づけて上位仮想ディレクト
リ、下位仮想ディレクトリ、実在するファイルを格納す
るディレクトリへのパス、およびファイル名を設定して
管理する仮想管理ファイルを設け、 ファイルの削除の指示があったときに、上記仮想管理フ
ァイル中から見つけた当該ファイルが存在するレコード
を削除するステップからなるファイル管理方法。
3. A file management method for managing a plurality of files in a plurality of categories, comprising: a higher-level virtual directory, a lower-level virtual directory, a path to a directory for storing an existing file, and a file name associated with a virtual directory name. A file management method comprising the steps of: providing a virtual management file to be set and managed; and, when instructed to delete the file, deleting a record including the file found in the virtual management file.
【請求項4】上記仮想管理ファイル中の仮想ディレクト
リ名、上位仮想ディレクトリ、下位仮想ディレクトリ、
およびファイル名をもとに、異なる複数のカテゴリ毎の
ファイルを分類して木構造で表示するステップからなる
請求項1から請求項4のいずれかに記載のファイル管理
方法。
4. A virtual directory name, an upper virtual directory, a lower virtual directory, and a virtual directory name in the virtual management file.
The file management method according to any one of claims 1 to 4, comprising a step of classifying files of a plurality of different categories based on the file names and displaying the files in a tree structure.
【請求項5】仮想ディレクトリの作成指示があったとき
に、仮想ディレクトリ名に対応づけて上位仮想ディレク
トリ、下位仮想ディレクトリ、実在するファイルを格納
するディレクトリへのパス、およびファイル名を設定し
て管理する仮想管理ファイル中にレコードを作成して、
仮想ディレクトリ名を設定すると共に上位仮想ディレク
トリおよび下位仮想ディレクトリのうちのあるものに設
定する手段として機能させるプログラムを記録したコン
ピュータ読取可能な記録媒体。
5. When a virtual directory creation instruction is issued, an upper virtual directory, a lower virtual directory, a path to a directory for storing an existing file, and a file name are set and managed in association with the virtual directory name. Create a record in the virtual management file
A computer-readable recording medium that records a program that functions as a means for setting a virtual directory name and setting one of an upper virtual directory and a lower virtual directory.
JP2000335978A 2000-11-02 2000-11-02 File management method and recording medium Pending JP2002140220A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000335978A JP2002140220A (en) 2000-11-02 2000-11-02 File management method and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000335978A JP2002140220A (en) 2000-11-02 2000-11-02 File management method and recording medium

Publications (1)

Publication Number Publication Date
JP2002140220A true JP2002140220A (en) 2002-05-17

Family

ID=18811631

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000335978A Pending JP2002140220A (en) 2000-11-02 2000-11-02 File management method and recording medium

Country Status (1)

Country Link
JP (1) JP2002140220A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007299063A (en) * 2006-04-27 2007-11-15 Canon Inc Information processor and information processing method
US7877425B2 (en) 2002-09-05 2011-01-25 Hiroyuki Yasoshima Method for managing file using network structure, operation object display limiting program, and recording medium
JP2012093927A (en) * 2010-10-27 2012-05-17 Hitachi Solutions Ltd File management device and file management method
JP2014081879A (en) * 2012-10-18 2014-05-08 Hitachi Solutions Ltd Folder virtual classification system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7877425B2 (en) 2002-09-05 2011-01-25 Hiroyuki Yasoshima Method for managing file using network structure, operation object display limiting program, and recording medium
US8307018B2 (en) 2002-09-05 2012-11-06 Hiroyuki Yasoshima Method for managing file using network structure, operation object display limiting program and recording medium
JP2007299063A (en) * 2006-04-27 2007-11-15 Canon Inc Information processor and information processing method
JP2012093927A (en) * 2010-10-27 2012-05-17 Hitachi Solutions Ltd File management device and file management method
JP2014081879A (en) * 2012-10-18 2014-05-08 Hitachi Solutions Ltd Folder virtual classification system

Similar Documents

Publication Publication Date Title
US5812995A (en) Electronic document filing system for registering and retrieving a plurality of documents
CN100452029C (en) Method and system for managing media file database
JPH09128380A (en) Document storing and managing system
JP3383495B2 (en) Multimedia information management device
JP2001337865A (en) Method for generating and managing file, and file
US8145580B2 (en) Data management apparatus and method for managing data elements using a plurality of metadata elements
KR20050041970A (en) Information processing device and method, computer program and contents browsing apparatus
JPH1063687A (en) Information processor and its method
JP3026286B2 (en) Authority management apparatus and method for computer system
JP2002140220A (en) File management method and recording medium
JP2898305B2 (en) File management device and file management method
TWI656451B (en) Method of managing content structure configuration and apparatus using the same
JP2006048521A (en) Document retrieval device, its control method, and control program
JP2700517B2 (en) Document management method
JPH02287730A (en) History control system
JPH08106471A (en) Information storage and retrieval device
JP3192898B2 (en) Database device
US20030078938A1 (en) Database and method of storing and retrieving data
JPH05151056A (en) Data controller
JPH0225946A (en) File controller
KR100673653B1 (en) Meta data search method
JPH0785079A (en) Device for managing information file
JPH05151042A (en) Method for designing file for computer processing system
JPH07110809A (en) Electronic filing device
JP2003223606A (en) Display control program and recording medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060627

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090303

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090409

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20090721