Mercurial > hg > octave-lyh
comparison liboctave/file-ops.cc @ 4062:86e4baa81410
[project @ 2002-09-23 15:38:05 by jwe]
author | jwe |
---|---|
date | Mon, 23 Sep 2002 15:38:05 +0000 |
parents | 7c8e3c42ed04 |
children | 47d3baea432d |
comparison
equal
deleted
inserted
replaced
4061:6e86256e9c54 | 4062:86e4baa81410 |
---|---|
45 #include "pathlen.h" | 45 #include "pathlen.h" |
46 #include "statdefs.h" | 46 #include "statdefs.h" |
47 #include "str-vec.h" | 47 #include "str-vec.h" |
48 | 48 |
49 #define NOT_SUPPORTED(nm) \ | 49 #define NOT_SUPPORTED(nm) \ |
50 nm ## ": not supported on this system" | 50 nm ": not supported on this system" |
51 | 51 |
52 // We provide a replacement for mkdir(). | 52 // We provide a replacement for mkdir(). |
53 | 53 |
54 int | 54 int |
55 file_ops::mkdir (const std::string& name, mode_t mode) | 55 file_ops::mkdir (const std::string& name, mode_t mode) |