Mercurial > hg > octave-lyh
comparison liboctave/file-ops.h @ 2074:ffff1fea99df
[project @ 1996-04-23 23:01:39 by jwe]
author | jwe |
---|---|
date | Tue, 23 Apr 1996 23:01:39 +0000 |
parents | 1b57120c997b |
children | cc9b29d0b43e |
comparison
equal
deleted
inserted
replaced
2073:32db8beaaf24 | 2074:ffff1fea99df |
---|---|
28 class | 28 class |
29 file_stat | 29 file_stat |
30 { | 30 { |
31 public: | 31 public: |
32 | 32 |
33 file_stat (const string& n = string (), bool fl = 1) | 33 file_stat (const string& n = string (), bool fl = true) |
34 : file_name (n), follow_links (fl), initialized (false) | 34 : file_name (n), follow_links (fl), initialized (false) |
35 { | 35 { |
36 if (! file_name.empty ()) | 36 if (! file_name.empty ()) |
37 update_internal (); | 37 update_internal (); |
38 } | 38 } |