This is the current definition of "file", then:term "file" (n):- CONTAINER for data- HAS name- either (data IS text) or (data IS binary)- IN filesystem- IN directory- IN path- ACTOR reads data FROM file [BUT R1]- ACTOR writes data TO file [BUT W1]- ACTOR opens file -> file IS open- [R1] ACTOR reads data FROM open file [BUT mode MUST BE read]- [W1] ACTOR writes data TO open file [BUT mode MUST BE ...
No comments:
Post a Comment