JPH04344952A - System for managing tree-structure file - Google Patents

System for managing tree-structure file

Info

Publication number
JPH04344952A
JPH04344952A JP3117691A JP11769191A JPH04344952A JP H04344952 A JPH04344952 A JP H04344952A JP 3117691 A JP3117691 A JP 3117691A JP 11769191 A JP11769191 A JP 11769191A JP H04344952 A JPH04344952 A JP H04344952A
Authority
JP
Japan
Prior art keywords
file
directory
logical
directories
files
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
JP3117691A
Other languages
Japanese (ja)
Inventor
Asami Uokawa
魚川 麻美
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP3117691A priority Critical patent/JPH04344952A/en
Publication of JPH04344952A publication Critical patent/JPH04344952A/en
Withdrawn legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To manage a large amount of file properly and immediately by executing processing operation of each directory and file through the reference or change of elements in structure expressions. CONSTITUTION:Files under tree-structure directories are managed by logical structure expression, not by pointer expression. That is, the structure of directories and files are converted into the structure expression capable of arithmetical operation using logical symbols '/' representing the relation between up-and- down directories and that between a directory and a file and '+' connecting files under the same directory, a pair of dilimeters '()' including the file group under the same directory, and the names A to N of each directory and file. The connection is expressed using the logical arithmetic symbols as shown in the expression I. The processing operation of each directory and file is performed by referring to or changing the elements of the structure expression 6 in the expression I.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、コンピュータ装置にお
ける木構造のファイル管理方式に関し、特に、ポインタ
形式によらずにファイルの移動、追加、削除等を行う管
理方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a tree-structured file management system in a computer system, and more particularly to a management system for moving, adding, deleting, etc. files without using a pointer format.

【0002】0002

【従来の技術】従来、コンピュータ装置で管理するファ
イルが多いときは、木構造のディレクトリを作成し、各
ディレクトリ毎にファイルを収容することで大量のファ
イルの整理を行っている。この場合、各ディレクトリや
ファイルは、通常、ポインタ形式、即ち直列結合状態(
親子関係)あるいは同一ディレクトリ下の並列結合状態
(兄弟関係)のアドレスを指し示すポインタによって互
いにリンクされた形式で管理され、これらの移動、追加
、削除等を行うときは、そのリンク状態を変更するポイ
ンタ処理操作を行っていた。
2. Description of the Related Art Conventionally, when a computer has a large number of files to manage, a large number of files are organized by creating tree-structured directories and accommodating files in each directory. In this case, each directory or file is usually in the form of a pointer, that is, in a serially connected state (
They are managed in a mutually linked format using pointers that point to addresses in a parallel connection state (parent-child relationship) or in a parallel connection state (sibling relationship) under the same directory, and when moving, adding, or deleting these, pointers that change the link state are used. Processing operations were being performed.

【0003】0003

【発明が解決しようとする課題】しかしながら、ポイン
タ形式によるファイル管理方式を行うためにはポインタ
処理を行えるシステムでなければならず、また、ポイン
タ処理を行えるシステムであっても、所用のファイルに
アクセスするときは、個々のディレクトリやファイルの
名称や、そのファイルが所属する木構造のリンク状態を
認識した後に処理を行うので、その処理速度は蓄積され
たファイル数やシステムのポインタ処理能力に大きく左
右される。そのため、電子ファイリングシステムのよう
な膨大なファイルを扱うシステムでは、たとえ高速文字
処理用CPU等を使用してもファイル管理を行うことま
ではできなかった。
[Problem to be Solved by the Invention] However, in order to implement a file management method using pointer format, the system must be capable of pointer processing, and even if the system is capable of pointer processing, it is difficult to access the desired file. When processing, the name of each directory or file and the link status of the tree structure to which the file belongs are recognized before processing, so the processing speed greatly depends on the number of accumulated files and the pointer processing capacity of the system. be done. Therefore, in a system that handles a huge number of files, such as an electronic filing system, it has not been possible to perform file management even if a high-speed character processing CPU or the like is used.

【0004】本発明はかかる課題を解決するために創案
されたものであり、その目的とするところは、ポインタ
処理能力のないシステム、あるいは該処理能力の弱いシ
ステムにおいても大量のファイルの管理を適切且つ迅速
に行える木構造のファイル管理方式を提供することにあ
る。
The present invention was devised to solve such problems, and its purpose is to appropriately manage a large amount of files even in systems that do not have pointer processing ability or systems that have weak processing ability. Another object of the present invention is to provide a tree-structured file management method that can be performed quickly.

【0005】[0005]

【課題を解決するための手段】上記目的を達成するため
、本発明では、木構造に構築された複数のディレクトリ
下のファイルをポインタ形式によらずに論理形式の構造
式で管理するようにしたものである。
[Means for Solving the Problem] In order to achieve the above object, the present invention manages files under a plurality of directories constructed in a tree structure using a logical format structural expression instead of using a pointer format. It is something.

【0006】具体的手段としては、上下ディレクトリお
よびディレクトリとファイルの関係を表す第一の論理記
号と、同一ディレクトリ下の複数のファイルをつなぐ第
二の論理記号と、同一ディレクトリ下のファイル群を包
括する前後一対の区切記号と、各ディレクトリおよびフ
ァイルの名称あるいはこれらの識別記号とを用いて前記
木構造を四則演算可能の構造式に変換し、この構造式の
要素の参照あるいは要素の変更により各ディレクトリお
よびファイルの処理操作を実行するようにした。
[0006] As a concrete means, a first logical symbol representing upper and lower directories and the relationship between directories and files, a second logical symbol that connects multiple files under the same directory, and a system that includes a group of files under the same directory. The tree structure is converted into a structural formula that can perform four arithmetic operations using a pair of delimiters before and after, and the names of each directory and file, or their identification symbols. Now performs directory and file processing operations.

【0007】[0007]

【実施例】以下、図面を参照して本発明の実施例を説明
する。
Embodiments Hereinafter, embodiments of the present invention will be described with reference to the drawings.

【0008】図1(a)は木構造のディレクトリおよび
ファイル状態図、(b)はファイル状態図に関する構造
ブロックおよび構造式を示す。図中A〜Nはディレクト
リおよびファイルの名称である。
FIG. 1(a) shows a tree-structured directory and file state diagram, and FIG. 1(b) shows structural blocks and structural formulas regarding the file state diagram. In the figure, A to N are names of directories and files.

【0009】本実施例に係るファイル管理方式は、従来
のポインタ形式によらず、木構造のディレクトリおよび
ファイルを論理形式の構造式で管理し、移動、追加、削
除等のファイル操作をこの構造式の変換により行うよう
にしたものである。
The file management method according to this embodiment manages directories and files in a tree structure using a logical structural formula instead of using the conventional pointer format, and performs file operations such as moving, adding, and deleting using this structural formula. This is done by converting .

【0010】具体的に説明すると、本実施例では、まず
、ディレクトリ(親)とファイル(子)、あるいはディ
レクトリ(親)とディレクトリ(子)の関係にあるもの
を第一の論理記号たる「/」の記号で連結して、これに
より最末端のファイルE、F,K,L,M,H,I,N
を表す構造ブロックを作成する。図1(b)の*1は図
1(a)の状態図における8個の各ファイルをこの構造
ブロックで表したものである。
To explain more specifically, in this embodiment, first, the relationship between a directory (parent) and a file (child), or between a directory (parent) and a directory (child) is represented by the first logical symbol "/". ” symbol, and this creates the last file E, F, K, L, M, H, I, N.
Create a structural block that represents *1 in FIG. 1(b) represents each of the eight files in the state diagram of FIG. 1(a) using this structural block.

【0011】この構造ブロックは同一ディレクトリ例え
ばルートディレクトリ下の複数のファイル同士をつなぐ
第二の論理記号たる「+」の記号を用いて図1(b)の
*2のような四則演算可能な論理形式の構造式に作成さ
れる。この構造式は、図1(a)の木構造の状態図に相
当する。
[0011] This structural block uses logic that allows four arithmetic operations as shown in *2 in Figure 1(b) by using the sign "+" which is the second logical symbol that connects multiple files under the same directory, for example, the root directory. Created in a structure of the form. This structural formula corresponds to the state diagram of the tree structure in FIG. 1(a).

【0012】次に、同一ディレクトリ下のファイル群を
包括する前後一対の区切記号「(」「)」を用いるとと
もに、上記「/」の記号を商(論理式ではOR:|)、
「+」の記号を和(論理式ではAND:・)とみなして
、*2の構造式を論理展開する。*3〜*5はその展開
過程を示し、*6は論理展開の結果纏められた構造式で
ある。このように、図1(a)の状態図は、*2あるい
は*6の構造式の形で表すことができる。
[0012] Next, use a pair of front and rear delimiters "(" and ")" that include a group of files under the same directory, and use the above "/" symbol as a quotient (OR: | in logical expression).
The structural formula of *2 is logically expanded by regarding the "+" symbol as a sum (AND:・ in the logical formula). *3 to *5 indicate the expansion process, and *6 is a structural formula summarized as a result of logical expansion. In this way, the phase diagram of FIG. 1(a) can be expressed in the form of a *2 or *6 structural formula.

【0013】図2はディレクトリおよびファイルのアド
レス格納エリアの状態図である。この図に示すように、
各ディレクトリおよびファイルは、管理上の固有の識別
記号、例えば数字(1)(2)・・・、ディレクトリあ
るいはファイル名(本実施例ではA〜N)、およびその
格納されているアドレスとの三要素が割り当てられてい
る。即ち、ファイル名等によってはもちろん、識別記号
あるいはアドレスでもそのファイル等を特定することが
できる。
FIG. 2 is a state diagram of address storage areas for directories and files. As shown in this figure,
Each directory and file has a unique identification symbol for management, such as numbers (1), (2), etc., a directory or file name (A to N in this example), and the address where it is stored. element is assigned. That is, a file or the like can be identified not only by its file name, but also by its identification symbol or address.

【0014】以下、例えば識別記号を用いて実際にファ
イル管理を行う方法を説明する。
[0014] Hereinafter, a method for actually managing files using, for example, identification symbols will be explained.

【0015】図3は識別記号を用いた場合のファイル構
造式を示す。ここに*7は前述の*2の構造式を変形し
たものである。また、通常の論理式での四則演算におい
て、商は記号を省略できるのと同様に、*7の構造式の
「/」の記号を省略すると、*8のように識別記号群と
各ファイルをつなぐ「+」の記号のみの構造式が作成さ
れる。*9は*8の構造式を論理展開することで共通の
識別記号を「(」および「)」の記号で纏めたいわゆる
纏め型構造式である。この*8あるいは*9の構造式は
管理情報としてメモリ等に記憶される。
FIG. 3 shows a file structure when identification symbols are used. Here *7 is a modification of the above-mentioned structural formula *2. Also, in the same way that the quotient symbol can be omitted in the four arithmetic operations in ordinary logical formulas, if the "/" symbol in the structural formula *7 is omitted, the identification symbol group and each file are A structural formula containing only the connecting "+" symbol is created. *9 is a so-called summary type structural formula in which common identification symbols are summarized by the symbols "(" and ")" by logically expanding the structural formula *8. This *8 or *9 structural formula is stored in a memory or the like as management information.

【0016】図4はファイル操作を行う場合の画面表示
(入力および結果)とそのときのカレントディレクトリ
情報を図示したものである。
FIG. 4 shows a screen display (input and result) when performing file operations and current directory information at that time.

【0017】ファイル操作前はルートディレクトリ(¥
)にあるので、カレントディレクトリ情報は¥である。 この状態でカレントディレクトリを¥から¥A¥Bに変
更命令(CD)する様子を示したのが*10であり、こ
の命令が入力されると図2のアドレス格納エリアを参照
してA,Bを識別記号化し、その識別記号(1)(2)
を新たなカレントディレクトリ情報として管理する。
[0017] Before file operation, the root directory (\
), the current directory information is ¥. *10 shows the command (CD) to change the current directory from \ to \A\B in this state. When this command is input, the address storage area in Figure 2 is referred to and into an identification symbol, and its identification symbol (1) (2)
is managed as new current directory information.

【0018】*11のDIRはカレントディレクトリ上
の内容表示命令であり、この命令が入力されると、管理
情報として記憶されている*8あるいは*9の構造式か
ら現在のカレントディレクトリ情報として記憶されてい
る(1)(2)を含む項を検索し、(1)(2)(5)
 、(1)(2)(6) 、(1)(2)(7)(11
) 、(1)(2)(7)(12) 、(1)(2)(
7)(13) が抽出される。これらのうち、(1)(
2)直下の識別記号(5)(6)(7) を図2のアド
レス格納エリアを参照して、ファイル名E,F,および
ディレクトリ名Gに変換しこれらを画面に表示する。
DIR *11 is a command to display contents on the current directory. When this command is input, the structure of *8 or *9 stored as management information is stored as current directory information. Search for terms that include (1) and (2), and search for terms that include (1), (2), and (5).
, (1) (2) (6) , (1) (2) (7) (11
) , (1) (2) (7) (12) , (1) (2) (
7) (13) is extracted. Among these, (1) (
2) Referring to the address storage area in FIG. 2, the identification symbols (5), (6), and (7) immediately below are converted into file names E, F, and directory name G, and these are displayed on the screen.

【0019】*12はカレントディレクトリを更にGの
ディレクトリに変更命令(CD)する様子を示し、この
ときはGを図2のアドレス格納エリアで識別記号(7)
 に変換し、この識別記号(7) をカレントディレク
トリ情報に追加して(1)(2)(7) とする。
*12 shows a command (CD) to further change the current directory to the directory of G. At this time, G is identified by the identification symbol (7) in the address storage area of FIG.
This identification symbol (7) is added to the current directory information to obtain (1), (2), and (7).

【0020】*13はこの状態でGのディレクトリ下の
Mのファイルを¥A¥D¥Jのディレクトリに移動させ
る命令である。図5(a)はこの命令実行時の状態変化
図、(b)は構造式の変化図である。この命令は、図5
(a)の矩形破線で示したMのファイルを矩形実線で示
した位置に移動させることを内容とするが、その過程を
説明すると、まずファイル名Mを図2のアドレス格納エ
リアで識別記号(13)に変換し、管理情報(*8ある
いは*9)から(1)(2)(7)(13) を差引く
。一方、移動先ディレクトリである¥A¥D¥Jは、図
2のアドレス格納エリアによれば(1)(4)( 10
) であるから、これに(13)を付加した識別記号(
1)(4)(10)(13)を管理情報に追加する。 図5(b)の*16はこの様子を構造式で表したもので
ある。また、*17は*16を整理した構造式であり、
*18は更に*17を纏め直した構造式である。管理情
報はこの*18の内容に変更される。
*13 is a command to move the file M under the directory G to the directory \A\D\J in this state. FIG. 5(a) is a state change diagram when this instruction is executed, and FIG. 5(b) is a change diagram of the structural formula. This instruction is shown in Figure 5.
The content is to move the file M indicated by the broken rectangle line in (a) to the position indicated by the solid rectangle line. To explain the process, first, the file name M is entered in the address storage area of Figure 2 with the identification symbol ( 13) and subtract (1), (2), (7), and (13) from the management information (*8 or *9). On the other hand, the destination directory \A\D\J is (1) (4) (10
), so the identification symbol (13) is added to this (
1) Add (4), (10), and (13) to the management information. *16 in FIG. 5(b) represents this situation using a structural formula. Also, *17 is a structural formula that organizes *16,
*18 is a structural formula obtained by rearranging *17. The management information is changed to the contents of *18.

【0021】図4の*14はこの状態で、Kのファイル
を¥A¥D¥Jにコピーする命令である。図6(a)は
この命令実行時の状態変化図、(b)は構造式の変化図
である。この命令は図6(a)の矩形実線で示した¥A
¥B¥G¥Kのファイルと同一内容ファイルを¥A¥D
¥J下の矩形実線で示した位置に作成することを内容と
する。その過程を説明すると、Kのファイルを図2のア
ドレス格納エリアを参照して識別記号(11)に変換す
るとともに、これを識別記号(1)(4)(10)に変
換されたコピー先のディレクトリに付加して管理情報(
*18)に追加する。図6(b)の*19はこの様子を
構造式で表したものであり、*20は*19を纏め直し
た構造図である。管理情報はこの*20の内容に変更さ
れる。
*14 in FIG. 4 is an instruction to copy the file K to \A\D\J in this state. FIG. 6(a) is a state change diagram when this instruction is executed, and FIG. 6(b) is a change diagram of the structural formula. This command is indicated by the rectangular solid line in Figure 6(a).
¥A¥D file with the same content as the file ¥B¥G¥K
The content is to be created at the position indicated by the rectangular solid line below ¥J. To explain the process, the file K is converted to the identification symbol (11) by referring to the address storage area in Figure 2, and this is converted to the identification symbol (1), (4), and (10) at the copy destination. Management information (
*18). *19 in FIG. 6(b) represents this state using a structural formula, and *20 is a structural diagram in which *19 is rearranged. The management information is changed to the contents of *20.

【0022】図4の*15は現在の管理情報(*20)
の下でIのファイルがどこにあるかを検索する命令であ
る。この命令を実行するときは、Iのファイルをまず図
2のアドレス格納エリアで識別記号(9) に変換し、
*20から(9) をターゲットとして(9) を含む
(1)(4)(9) を抽出する。(9) の属するデ
ィレクトリはその直前の識別記号(1)(4)であるか
ら図2のアドレス格納エリアでディレクトリ名¥A¥D
に変換して画面に表示する。
[0022] *15 in Figure 4 is current management information (*20)
This is a command to search for the location of the file I under . When executing this command, first convert the file I to the identification symbol (9) in the address storage area of Figure 2,
Extract (1), (4), and (9) including (9) from *20 with (9) as the target. The directory to which (9) belongs is the identification symbol (1) (4) immediately before it, so the directory name \A\D in the address storage area in Figure 2.
Convert it to display it on the screen.

【0023】このように、本実施例は、ディレクトリ名
およびファイル名を識別記号化するとともに、木構造の
ディレクトリおよびファイル群を四則演算可能な論理形
式の構造式で表し、この構造式の要素の参照あるいは変
更のみでファイル管理を直接行う方式なので、四則演算
に適するというCPUの能力を有効に活用することがで
き、ポインタ処理能力の有無あるいは程度の如何を問わ
ずに大量のファイルを迅速、確実に管理することができ
る。
[0023] In this way, this embodiment not only converts directory names and file names into identification symbols, but also represents tree-structured directories and file groups using a logical format structural formula that allows four arithmetic operations, and the elements of this structural formula. Since it is a method that directly manages files by simply referencing or modifying them, it is possible to effectively utilize the CPU's ability to perform four arithmetic operations, and it is possible to quickly and reliably manage a large number of files regardless of whether or not it has pointer processing ability. can be managed.

【0024】なお、ディレクトリおよびファイル名を識
別記号に変換せずに、直接前記構造式の要素として用い
ることができるのはもちろんである。
It goes without saying that directory and file names can be directly used as elements of the structural formula without converting them into identification symbols.

【0025】[0025]

【発明の効果】以上の説明のとおり、本発明によれば、
ポインタ処理能力のないシステム、あるいは該処理能力
の弱いシステムにおいても大量のファイルの管理を適切
且つ迅速に行える木構造のファイル管理方式を提供する
ことができる。本発明は、特に、高速文字処理用CPU
を持つ電子ファイリング装置等において、ファイル内部
での文字検索やソート等の利用だけでなく、そのCPU
の能力を有効に活用して、膨大なファイルの管理そのも
のにも利用できる点で多大な効果を有する。
[Effects of the Invention] As explained above, according to the present invention,
It is possible to provide a tree-structured file management method that can appropriately and quickly manage a large amount of files even in a system that does not have pointer processing ability or a system that has weak processing ability. The present invention particularly applies to high-speed character processing CPUs.
In electronic filing devices with
It has a great effect in that it can be used to manage huge files by effectively utilizing its capabilities.

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

【図1】(a)は木構造のファイル状態図、(b)は本
実施例の管理方式によるファイル構造ブロックおよびフ
ァイル等の構造式を示した図である。
FIG. 1(a) is a tree-structured file state diagram, and FIG. 1(b) is a diagram showing structural formulas of file structure blocks, files, etc. according to the management method of this embodiment.

【図2】本実施例の管理方式で用いるアドレス格納エリ
アの状態図である。
FIG. 2 is a state diagram of an address storage area used in the management method of this embodiment.

【図3】ディレクトリやファイルを識別記号を用いて実
際に管理する際の構造式を示した図である。
FIG. 3 is a diagram showing a structural formula when directories and files are actually managed using identification symbols.

【図4】本実施例の管理方式でファイル操作を行ったと
きの画面表示およびカレントディレクトリ情報の変化を
表した図である。
FIG. 4 is a diagram showing changes in screen display and current directory information when a file operation is performed using the management method of this embodiment.

【図5】(a)はファイル移動命令実行時の状態変化図
、(b)はその構造式の変化を示した図である。
FIG. 5(a) is a state change diagram when a file move command is executed, and FIG. 5(b) is a diagram showing changes in the structural formula.

【図6】(a)はファイルコピー命令実行時の状態変化
図、(b)はその構造式の変化を示した図である。
FIG. 6(a) is a diagram showing state changes when a file copy command is executed, and FIG. 6(b) is a diagram showing changes in the structural formula.

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

A〜D,G,J…ディレクトリ名、  E,F,H,I
,K〜M…ファイル名、(1) 〜(14)…ディレク
トリあるいはファイルの識別記号。
A to D, G, J...Directory name, E, F, H, I
, K to M...File name, (1) to (14)...Directory or file identification symbol.

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】  木構造に構築された複数のディレクト
リ下のファイルをポインタ形式によらずに管理するファ
イル管理方式であって、前記木構造の直列および並列結
合状態を各々論理演算記号で表すとともに、この論理演
算記号と前記ディレクトリおよびファイルの名称とを用
いて前記木構造を論理形式の構造式に変換し、この構造
式の要素の参照あるいは要素の変更により各ディレクト
リおよびファイルの処理操作を実行するようにしたこと
を特徴とする木構造のファイル管理方式。
1. A file management method for managing files under a plurality of directories constructed in a tree structure without using a pointer format, wherein the serial and parallel connection states of the tree structure are each represented by logical operation symbols, and , convert the tree structure into a structural formula in logical form using this logical operation symbol and the names of the directories and files, and perform processing operations on each directory and file by referencing or changing the elements of this structural formula. A tree-structured file management method characterized by:
【請求項2】  木構造に構築された複数のディレクト
リ下のファイルをポインタ形式によらずに管理するファ
イル管理方式であって、前記木構造の直列および並列結
合状態を各々論理演算記号で表すとともに、各ディレク
トリおよびファイルの名称に各々固有の識別記号を割り
当て、これら論理演算記号および識別記号を用いて前記
木構造を論理形式の構造式に変換し、この構造式の要素
の参照あるいは要素の変更により各ディレクトリおよび
ファイルの処理操作を実行するようにしたことを特徴と
する木構造のファイル管理方式。
2. A file management method for managing files under a plurality of directories constructed in a tree structure without using a pointer format, wherein serial and parallel connection states of the tree structure are each represented by logical operation symbols, and , assign a unique identification symbol to each directory and file name, convert the tree structure into a logical format structural formula using these logical operation symbols and identification symbols, and refer to or change the elements of this structural formula. A tree-structured file management method characterized by executing processing operations for each directory and file.
【請求項3】  前記論理演算記号は、上下ディレクト
リおよびディレクトリとファイルの関係を表す第一の論
理記号と、同一ディレクトリ下の複数のファイルをつな
ぐ第二の論理記号と、同一ディレクトリ下のファイル群
を包括する前後一対の区切記号であり、第一および第二
の論理記号は四則演算処理を可能とする論理記号である
ことを特徴とする請求項1および請求項2記載の木構造
のファイル管理方式。
3. The logical operation symbols include a first logical symbol representing upper and lower directories and the relationship between directories and files, a second logical symbol that connects a plurality of files under the same directory, and a group of files under the same directory. The tree-structured file management according to claim 1 and claim 2, wherein the first and second logical symbols are logical symbols that enable four arithmetic operations. method.
JP3117691A 1991-05-22 1991-05-22 System for managing tree-structure file Withdrawn JPH04344952A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3117691A JPH04344952A (en) 1991-05-22 1991-05-22 System for managing tree-structure file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3117691A JPH04344952A (en) 1991-05-22 1991-05-22 System for managing tree-structure file

Publications (1)

Publication Number Publication Date
JPH04344952A true JPH04344952A (en) 1992-12-01

Family

ID=14717914

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3117691A Withdrawn JPH04344952A (en) 1991-05-22 1991-05-22 System for managing tree-structure file

Country Status (1)

Country Link
JP (1) JPH04344952A (en)

Similar Documents

Publication Publication Date Title
US5261088A (en) Managing locality in space reuse in a shadow written B-tree via interior node free space list
JP2865500B2 (en) File storage management method
US5185885A (en) Object database deletion method for child objects when a child may be linked to multiple parent objects
JPH03266039A (en) Free format data link processing system
EP0339221A2 (en) Object management facility which includes a snapshot facility for providing data transfer between two objects
JPS61223941A (en) Method for storing and retrieving chemical structure
EP0885424A1 (en) Database systems having single-association structures and method for searching data in the database systems
Van Dam et al. A compact data structure for storing, retrieving and manipulating line drawings
JPH04344952A (en) System for managing tree-structure file
JP2972548B2 (en) File management method
JP2789618B2 (en) Tree structure drawing system
JP3169596B2 (en) Database management device
JPH04260140A (en) File name table display system
JPH04288593A (en) Image display device
JP3444620B2 (en) Filing system equipment
JP2615046B2 (en) Record addition processing method
JPH0362137A (en) Long and large data storing method by variable length block group
JPH01112370A (en) Parts list forming system
JPH0367344A (en) File control processing system
JPH064273A (en) Data processor
JP2669070B2 (en) Screen definition device
JP2507399B2 (en) Database equipment
JPH0283639A (en) File generation control method
JPS62236049A (en) File constitution system
JPS63150724A (en) Data access processing system

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: 19980806