JPH02278350A - Date file automatic generation system - Google Patents
Date file automatic generation systemInfo
- Publication number
- JPH02278350A JPH02278350A JP1099148A JP9914889A JPH02278350A JP H02278350 A JPH02278350 A JP H02278350A JP 1099148 A JP1099148 A JP 1099148A JP 9914889 A JP9914889 A JP 9914889A JP H02278350 A JPH02278350 A JP H02278350A
- Authority
- JP
- Japan
- Prior art keywords
- file
- directory
- date
- contents
- access
- 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
Links
- 238000000034 method Methods 0.000 claims description 17
- 238000012986 modification Methods 0.000 description 3
- 230000004048 modification Effects 0.000 description 3
- 230000000694 effects Effects 0.000 description 2
- 238000010586 diagram Methods 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明は、計算機のファイル・システムにおけるファイ
ルの自動的な生成に関するものである。DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to the automatic generation of files in a computer file system.
従来、プログラムやデータ等をファイルとしてデイレク
トりごとに管理するファイル・システムにおいては、フ
ァイルの属性として、生成された日付や修正された日付
がそのファイルの内容とともに記録されていた。また、
ファイル・システムにおけるディレクトリも一段のファ
イルと同様に。Conventionally, in file systems that manage programs, data, etc. as files on a per-directory basis, the date of creation and date of modification are recorded as file attributes along with the contents of the file. Also,
A directory in a file system is just like a single file.
そのディレクトリが作成された日付、あるいは。Or the date the directory was created.
修正された日付が属性として記録されていた。例又は、
M、J、Back著の“The Design or
theUNTX Operating 5yste@(
Prentiee−Hall、1986)の第4.1節
(pp、 61−67 )では、 UNIXのファイル
・システムにおける。ファイル及びデイレクトりの日付
属性が、ファイル及びデイレクトすのディスク上の物理
的領域の単位である1nodeの日付属性として記述さ
れている。The modified date was recorded as an attribute. Example or
“The Design or
theUNTX Operating 5yste@(
Prentie-Hall, 1986), Section 4.1 (pp, 61-67), on UNIX file systems. The date attribute of files and directories is described as the date attribute of one node, which is a unit of physical area on the disk of the file and directories.
従来、1つのデイレクトりに格納されているファイルの
中で最も最近に更新された日付を知りたい場合、ユーザ
は、ファイルの属性を表示させるプログラムを起動し、
そのディレクトリに格納されている全てのファイルの更
新日を表示させ、これをユーザが目で見ながら比較して
いた。ディレりトすに含まれるファイルの数が多くなる
と、このような人手による作業は大変なものになり、誤
りを犯す可能性も増丈、ファイルを管理する上で問題が
あった。特にファイルのバックアップを行うような場合
、バ・ツクアップ作業を効率化し、バックアップに要す
る記録媒体の量をできるだけ少なくするために、以前に
行ったバックアップ時から変化のあったディレクトリの
ファイルをセーブするような場合には作業が大変であり
2課題であった。Traditionally, when a user wants to know the most recent update date of a file stored in one directory, the user starts a program that displays the attributes of the file,
The modification dates of all files stored in that directory were displayed, and the user visually compared them. As the number of files included in the directory increases, such manual work becomes difficult and the possibility of making errors increases, creating problems in managing the files. Especially when backing up files, it is recommended to save files in directories that have changed since the previous backup in order to make the backup work more efficient and to minimize the amount of storage media required for backup. In such cases, the work was difficult and there were two issues.
本発明は、このようなファイル・システムにおける課題
を解決するためになされたものである。The present invention has been made in order to solve the problems in such file systems.
本発明に係る方式では、ブイレフI・りごとに。 In the method according to the present invention, the system according to the present invention can be used for any of the following:
ゴログラムのアクセスによって、そこに含まれる1つま
たは複数のファイルの内容に変化を生じた場合(新しく
生成された場合も含む)、そのアクセスが終了した時点
でその時の日付を表す文字列をファイル名とするファイ
ルを自動的に生成するようにした。If the contents of one or more files contained in the file change (including newly created files) as a result of access to the Gologram, the character string representing the current date will be added to the file name at the end of the access. A file is automatically generated.
本発明における日付ファイルの自動生成は、デイレクト
りに含まれるファイルの内容にプログラムがアクセスし
たことにより変化が生じた時、その変化が生じた時の日
付をファイル名としたファイルを新しく作成する。In the automatic generation of a date file in the present invention, when a change occurs due to a program accessing the contents of a file included in a directory, a new file is created with the file name of the date when the change occurred.
以下に2本発明の一実施例を示す。 Two embodiments of the present invention are shown below.
第1図は2日付ファイル作成の手続きを示したものであ
る。00)は、処理の開始、 (201ζよ、計算機シ
ステムが保持している日付データをシステム・コールを
使って得、変数DATEに格納する処理。Figure 1 shows the procedure for creating a two-date file. 00) is the start of the process. (201ζ) is the process of obtaining date data held by the computer system using a system call and storing it in the variable DATE.
(30)は、 DATEに格納された日付データを人が
読める文字列に変換し、変数DSTRに格納する処理。(30) is the process of converting the date data stored in DATE into a human-readable character string and storing it in the variable DSTR.
(40)は、現在のディレクトリ名をシステム・コール
を利用して得、変数DIRに格納する処理、 (SO)
は、処理(30)で得た日付の文字列DSTRをファイ
ル名とするファイルFをライト・モードでオープンする
処理、 (SO)は、オープンしたファイルFに適当な
1文字(例えば′F′)を格納する処理。(40) is the process of obtaining the current directory name using a system call and storing it in the variable DIR, (SO)
is the process of opening file F in write mode whose file name is the date character string DSTR obtained in process (30), and (SO) is the process of opening file F in write mode with the name of the date character string DSTR obtained in process (30). The process of storing.
(70)は、ファイルFをクローズする処理、 (11
101は処理の終了を示す。(70) is the process of closing file F, (11
101 indicates the end of the process.
第2図に2第1図でで示した手続きを再現したプログラ
ムを使用した例を示す。第2図(a)は。FIG. 2 shows an example using a program that reproduces the procedure shown in FIG. Figure 2(a) is.
このプログラムの使用前のブイレフ)・すCoforの
様子を示し、4つのフ7 イルBIue、 White
、 Red。It shows the state of the BUILEF before using this program, and shows the four files BIue, White.
, Red.
Greenがあることを示す。第2図(blは、このプ
ログラムの使用後のディレクトリCoIorの様子を示
す。第2図(b)では、ファイル890322が日付フ
ァイルで2日付「89年3月22日」を示すファイル名
となっている。Indicates that Green is present. Figure 2 (bl shows the state of the directory CoIor after using this program. In Figure 2 (b), file 890322 is a date file with a file name indicating the 2nd date "March 22, 1989". ing.
上記のような日付ファイル作成の手続きを実現したプロ
グラムをファイル・システムに組み込むことにより、特
定のデイレクトりにあるファイルが新規に作成された場
合、あるいは、ファイルが修正された場合、このプログ
ラムを起動する。これは2例えば、 UNIXの場合に
は、ファイルをオープンするには、 fopen()あ
るいはopen()システム・コールを使つため、ファ
イル・システムは必ず特定のディレクトリことあるファ
イルへのアクセスを知ることができ、また、アクセスの
モード(リード、ライト・など)を知ることができろ。By incorporating a program that implements the above date file creation procedure into the file system, this program can be started when a new file in a specific directory is created or when a file is modified. do. 2 For example, in UNIX, to open a file, the fopen() or open() system call is used, so the file system always knows how to access a specific directory or file. and also know the mode of access (read, write, etc.).
したがって、21目するディレクトリにマークする手段
をファイル・システムに組み込んでおけば。Therefore, if a means for marking the desired directory is built into the file system.
ディレクトリの内容に変化があった場合に日付ファイル
を作成することができる。ブイレフ1−りにマークをす
る方法(よ、各種の方法で実現可能であるが2例えば、
ディレクトリ・ファイルの属性にこのようなマークに対
応するフラグを追加することが考えられる。A date file can be created when the contents of a directory change. How to mark the bulletin board (this can be realized in various ways, but 2, for example,
It is conceivable to add a flag corresponding to such a mark to the attributes of the directory file.
以上のように2本発明によれば、ブイレフ1−リ内のフ
ァイルの内容に変化が生じた時、その時の日付をファイ
ル名とするファイルを自動的に生成するようにした。こ
れによって、ユーザは、ファイルの属性を表示させて目
による比較を行うことなく2ディレクトりに含まれるフ
ァイルが最も最近に修正された日付を見ろことができる
という効果が得られろ。As described above, according to the second aspect of the present invention, when a change occurs in the contents of a file in the library, a file whose file name is the date at that time is automatically generated. This has the effect of allowing the user to view the most recent modification date of a file contained in two directories without having to display file attributes and perform a visual comparison.
第1図は処理の手続を示す図。 第2図はファイ ル ・ブイレフ ト リを示す図である。 FIG. 1 is a diagram showing the processing procedure. Figure 2 shows the file le ・Buylev to FIG.
Claims (1)
とに管理するファイル・システムにおいて各ディレクト
リごとに、プログラムがアクセスしたことにより、その
ディレクトリに含まれる1つ又は複数のファイルの内容
に変化が生じた場合、プログラムのアクセス終了時に、
その時の日付を表す文字列をファイル名とする日付ファ
イルを自動的に生成することを特徴とする日付ファイル
の自動生成方式。In a file system that manages programs, data, etc. as files in each directory, if a program accesses each directory and the contents of one or more files in that directory change, the program At the end of access,
An automatic date file generation method characterized by automatically generating a date file whose file name is a character string representing the current date.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP1099148A JPH02278350A (en) | 1989-04-19 | 1989-04-19 | Date file automatic generation system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP1099148A JPH02278350A (en) | 1989-04-19 | 1989-04-19 | Date file automatic generation system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH02278350A true JPH02278350A (en) | 1990-11-14 |
Family
ID=14239609
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP1099148A Pending JPH02278350A (en) | 1989-04-19 | 1989-04-19 | Date file automatic generation system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH02278350A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0512086A (en) * | 1991-07-01 | 1993-01-22 | Sony Corp | Data transmission system |
JPH05204734A (en) * | 1992-01-24 | 1993-08-13 | Nec Corp | Nomenclature for hierarchically structured data |
-
1989
- 1989-04-19 JP JP1099148A patent/JPH02278350A/en active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0512086A (en) * | 1991-07-01 | 1993-01-22 | Sony Corp | Data transmission system |
JPH05204734A (en) * | 1992-01-24 | 1993-08-13 | Nec Corp | Nomenclature for hierarchically structured data |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8572123B2 (en) | Database system, particularly for multimedia objects | |
US5778389A (en) | Method and system for synchronizing computer file directories | |
CA2252463C (en) | Version and configuration management method and apparatus and computer readable recording medium for recording therein version and configuration management program | |
US20030046345A1 (en) | System and method for project management | |
CA2501667C (en) | System and method for managing data using static lists | |
US20080288242A1 (en) | System And Method Of Presentation of Multilingual Metadata | |
EP1533733A1 (en) | Active agenda | |
KR100636095B1 (en) | Multimedia file managing method | |
JPH02278350A (en) | Date file automatic generation system | |
TWI656451B (en) | Method of managing content structure configuration and apparatus using the same | |
JPH02287730A (en) | History control system | |
JPH022598A (en) | Method and device for data editing | |
JPH01263719A (en) | Attribute displaying method | |
JPH0652495B2 (en) | Message text editing control method | |
JPH0683596A (en) | Program version management system | |
JP2002304312A (en) | File management method and program therefor, and recording medium | |
JPH04280330A (en) | File management device | |
JPH03214335A (en) | Computer system | |
JPS63228348A (en) | Filing device | |
JPS62120534A (en) | Management system of sequence property of data | |
JPH1131167A (en) | Drawing editing device | |
JPH0535559A (en) | Method for displaying/designating logical expression type tree structure file of unix | |
JPH04340167A (en) | Electronic document filing device | |
JPH021054A (en) | Data editing device | |
Sechrest et al. | The Hyperfile Model and a Hyperfile Service |