State Maintainer: NoteFileSystemUse

stateblock NoteFileSystemUse augments RFileSystem {
  addstate RFileSystem.touched: boolean = false;

  postcode RFile.RFile (pathname: String) {
    RFileSystem.touched = true;
  }
}

About this file

Naccio Home Page
David Evans
University of Virginia, Computer Science