JPH03125238A - Information control system - Google Patents

Information control system

Info

Publication number
JPH03125238A
JPH03125238A JP1263687A JP26368789A JPH03125238A JP H03125238 A JPH03125238 A JP H03125238A JP 1263687 A JP1263687 A JP 1263687A JP 26368789 A JP26368789 A JP 26368789A JP H03125238 A JPH03125238 A JP H03125238A
Authority
JP
Japan
Prior art keywords
file
time
written
data
information
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
JP1263687A
Other languages
Japanese (ja)
Inventor
Tomoshi Ueno
智志 上野
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 Engineering Ltd
Original Assignee
NEC Engineering 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 NEC Engineering Ltd filed Critical NEC Engineering Ltd
Priority to JP1263687A priority Critical patent/JPH03125238A/en
Publication of JPH03125238A publication Critical patent/JPH03125238A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To know whether a relevant program is the latest version or not and to prevent the fault due to the misuse of a file by recording automatically the time when the final write is applied to the file. CONSTITUTION:A file is usually divided into a header part storing the file control information, etc., and a data part storing the data. An area is added to the header pat to store the time. When a write request is produced to the file, the relevant time is written into the area of the header part. Therefore it is possible to know whether a relevant program is the latest version or not when the file is used as a program file. Thus it is possible to prevent the fault due to the misuse of the file.

Description

【発明の詳細な説明】 (産業上の利用分野) 本発明は情報処理方式の改良に関し、特にその記憶装置
と記憶媒体との組合せに関する。
DETAILED DESCRIPTION OF THE INVENTION (Field of Industrial Application) The present invention relates to an improvement in an information processing system, and particularly to a combination of a storage device and a storage medium.

(従来の技術) 従来、ファイルの内容がいつの情報なのかを知るくけ、
作成者の記憶を九どるか、あるいはあらかじめファイル
の中に手入力でレビジョンや日付を書込んでおいなり、
またはフロッピーディスク等であれば、ラベルシールに
これらを書込んでおいたりすることにより知ることがで
きた。
(Conventional technology) Conventionally, in order to know when the contents of a file are,
Either remember the creator, or manually enter the revision and date into the file in advance.
Or, if it was a floppy disk, etc., you could find out by writing these on the label sticker.

(発明が解決しようとする課M) 上述した従来の情報管理方式では、人間が記憶するか、
あるいは書込むといった作業を行うため、情報の内容を
忘れるか、または書込む作業を忘れるといったことが起
こりうるという欠点がある。
(Problem M to be solved by the invention) In the conventional information management method described above, whether humans memorize or
Alternatively, since the user performs a writing operation, there is a drawback that the user may forget the contents of the information or forget the writing operation.

このようKなると、そのファイルの内容がいつ書込まれ
た情報なのか、わからなくなってしまうという欠点があ
る。
This kind of K has the disadvantage that it becomes impossible to know when the contents of the file were written.

本発明の目的は、単位ファイルごとに最終書込み時刻を
記録しておき、ファイルに対して情報の書込みがあると
、そのエリアに書込まれた時刻を自動的に記録し直すこ
とにより上記欠点を除去し、管理情報の書込み忘れのな
いように構成した情報管理方式を提供することにある。
An object of the present invention is to record the last writing time for each unit file, and when information is written to the file, automatically rerecord the writing time in that area, thereby eliminating the above drawbacks. An object of the present invention is to provide an information management method configured to eliminate the problem of writing management information.

(課題を解決するための手段) 本発明による情報管理方式は、格納手段と、記録手段と
を具備して構成したものである。
(Means for Solving the Problems) The information management system according to the present invention includes a storage means and a recording means.

格納手段は、単位ファイルごとに最!!書込み時刻を記
録するためのものである。
The storage method is the best for each unit file! ! This is for recording the writing time.

記録手段は、ファイルに対して情報の書込みがあると、
格納手段に書込まれた時刻を自動的に記録するためのも
のである。
When the recording means writes information to the file,
This is for automatically recording the time written in the storage means.

(実施列) 次に、本発明について図面を参照して説明する。(Implementation row) Next, the present invention will be explained with reference to the drawings.

第1図および第2図は、それぞれ本発明による情報管理
方式の一実施例の処理を示す流れ図である。
FIG. 1 and FIG. 2 are flowcharts each showing the processing of an embodiment of the information management method according to the present invention.

第1図においては、ファイルに対してデータの書込みの
要求があると、該当ファイルにデータを書込んだ直後に
時刻を読込み、同ファイルの所定の位置に時刻を書込む
In FIG. 1, when there is a request to write data to a file, the time is read immediately after writing the data to the file, and the time is written at a predetermined position in the file.

第2図においては、ファイルにデータを書込む直前に時
刻を読込み、ファイルにデータを書込むと同時に時刻を
書込む。この方式でも、第1図と同様の効果が得られる
In FIG. 2, the time is read just before data is written to the file, and the time is written at the same time as data is written to the file. With this method as well, the same effect as in FIG. 1 can be obtained.

第3図は、本発明で使用するファイルの構造の一列を示
す説明図である。通常、ファイルはファイルの管理情報
等を格納するヘッダ部と、データを格納するデータ部と
に分かれている。ヘッダ部に時刻を格納するエリアを設
け、ファイルに対して書込みが発生した時点で上記エリ
アにそのときの時刻を書込む。
FIG. 3 is an explanatory diagram showing one row of file structures used in the present invention. Usually, a file is divided into a header section that stores file management information and the like, and a data section that stores data. An area for storing time is provided in the header section, and when writing to a file occurs, the current time is written in the area.

(発明の効果) 以上説明したように本発明は、ファイルに対して最後の
書込みのあった時刻を自動的に記録することにより、当
該ファイルの情報がいつの情報かを知ることができ、以
下のような効果がある。
(Effects of the Invention) As explained above, the present invention automatically records the time when the last write was made to a file, thereby making it possible to know when the information in the file is. There is a similar effect.

第1には、ファイルをプログラムファイルに使用すれば
、そのプログラムを最後の修正したのがいつか、または
それが最新バージョンであるかなどを知ることができ、
誤使用による障害を防ぐことがで傘るという効果がある
First, if you use the file as a program file, you can find out when the program was last modified, or if it is the latest version, etc.
The umbrella has the effect of preventing injuries caused by misuse.

第2には、ファイルをデータファイルやバックアップフ
ァイルに使用すれば、当該データやバックアップデータ
がいつのものであるかを知ることができる。これにより
、最新ファイルを誤って破壊してしまうような事故を未
前に防ぐことができるという効果がある。
Second, if a file is used as a data file or a backup file, it is possible to know when the data or backup data is. This has the effect of preventing accidents such as accidentally destroying the latest files.

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

第1図は、本発明による情報管理方式の一実施例の処理
を示す流れ図である。 第2図は、本発明による情報管理方式の第2の実楕例の
処理を示す流れ図である。 第8図は、本発明で使用するファイルの構造を示す説明
図である。 片開 第2図 才3図
FIG. 1 is a flowchart showing the processing of one embodiment of the information management method according to the present invention. FIG. 2 is a flowchart showing the processing of a second practical example of the information management method according to the present invention. FIG. 8 is an explanatory diagram showing the structure of a file used in the present invention. 2nd figure, 3rd figure

Claims (1)

【特許請求の範囲】[Claims] 単位ファイルごとに最終書込み時刻を記録するための格
納手段と、前記ファイルに対して情報の書込みがあると
前記格納手段に書込まれた時刻を自動的に記録するため
の記録手段とを具備して構成したことを特徴とする情報
管理方式。
It comprises a storage means for recording the last writing time for each unit file, and a recording means for automatically recording the time when information is written in the storage means when information is written to the file. An information management method characterized by being configured with
JP1263687A 1989-10-09 1989-10-09 Information control system Pending JPH03125238A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1263687A JPH03125238A (en) 1989-10-09 1989-10-09 Information control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1263687A JPH03125238A (en) 1989-10-09 1989-10-09 Information control system

Publications (1)

Publication Number Publication Date
JPH03125238A true JPH03125238A (en) 1991-05-28

Family

ID=17392946

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1263687A Pending JPH03125238A (en) 1989-10-09 1989-10-09 Information control system

Country Status (1)

Country Link
JP (1) JPH03125238A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0863536A (en) * 1994-08-22 1996-03-08 Ricoh Co Ltd Information recorder
JP2000250796A (en) * 1999-03-01 2000-09-14 Sanyo Electric Co Ltd Digital information handling device, recording medium with information file prepared by using the same recorded therein and digital camera using digital information handling device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0863536A (en) * 1994-08-22 1996-03-08 Ricoh Co Ltd Information recorder
JP2000250796A (en) * 1999-03-01 2000-09-14 Sanyo Electric Co Ltd Digital information handling device, recording medium with information file prepared by using the same recorded therein and digital camera using digital information handling device

Similar Documents

Publication Publication Date Title
KR100437199B1 (en) Methods for accessing computer systems and data stored on them
JPH04186447A (en) Directory management system
JPH03125238A (en) Information control system
JPH0475544B2 (en)
JPH04315232A (en) Disk device and file managing method therefor
JP2633614B2 (en) File protection device
JP2822869B2 (en) Library file management device
JP2938088B2 (en) Disaster recovery method for shared files
JP2644779B2 (en) Information processing device
JP2549155Y2 (en) Optical filing system
JPH0668182A (en) Drawing version number management system using optical card
JP2933222B2 (en) Document processing device
JPS6130299B2 (en)
JPH04145548A (en) File controlling system
JPH03257521A (en) Medium copy system
JPS6258347A (en) Data controller
JPH0573396A (en) Difference information extraction system for optical disk
JPH0433058B2 (en)
JPH0462094B2 (en)
JPH05334141A (en) File management system
JPH0228848A (en) On-line data processing unit
JPH04359330A (en) Film access history management system
KR930016859A (en) How to manage file redundancy
JPS62187348U (en)
JPH06124218A (en) Disk content destruction factor estimation supporting method and information processing system with disk content destruction factor estimation supporting function