comparison servlet/src/digilib/io/Directory.java @ 159:e743b853efca

servlet version 1.16a4 - rather experimental - new Texter servlet for sending text - reads and caches text files in DocuDirCache - DocuFile renamed to ImageFile (-Set) - new TextFile
author robcast
date Tue, 16 Sep 2003 18:32:00 +0200
parents bc8df0133c04
children beed92ee6022
comparison
equal deleted inserted replaced
158:e9a81ac446cb 159:e743b853efca
48 dir = d; 48 dir = d;
49 } 49 }
50 50
51 /** Constructor taking a File object and a parent. 51 /** Constructor taking a File object and a parent.
52 * 52 *
53 * @param d 53 * @param dir
54 * @param parent
54 */ 55 */
55 public Directory(File dir, Directory parent) { 56 public Directory(File dir, Directory parent) {
56 this.dir = dir; 57 this.dir = dir;
57 this.parent = parent; 58 this.parent = parent;
58 } 59 }