diff options
author | gstein <gstein@13f79535-47bb-0310-9956-ffa450edef68> | 2002-02-01 01:40:38 +0000 |
---|---|---|
committer | gstein <gstein@13f79535-47bb-0310-9956-ffa450edef68> | 2002-02-01 01:40:38 +0000 |
commit | 24e05b535cc556b4fb3c48a75c7a643020764155 (patch) | |
tree | f25c79fa18b20598e12caa788118dc937c9de450 /libapr.dsp | |
parent | 9809c661524be2b812d6bdb8f0ea97b9e309320a (diff) | |
download | libapr-24e05b535cc556b4fb3c48a75c7a643020764155.tar.gz |
Add apr_file_copy() and apr_file_append() functions. These are written
in terms of APR itself, so each platform just uses the one function. A
future improvement would use CopyFile(Ex) on Windows and sendfile() on
sendfile-capable systems.
Also add apr_file_attrs_set() for setting file attributes in a logical
fashion, rather than based on (Posix) permission bits. This is not
(yet) implemented for Windows, and still needs a way to turn *off* the
readonly and executable modes.
Submitted by: Philip Martin <philip@codematters.co.uk>
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62886 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libapr.dsp')
-rw-r--r-- | libapr.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libapr.dsp b/libapr.dsp index f9ecad3b2..776acf084 100644 --- a/libapr.dsp +++ b/libapr.dsp @@ -103,6 +103,10 @@ SOURCE=.\dso\win32\dso.c # PROP Default_Filter "" # Begin Source File +SOURCE=.\file_io\unix\copy.c +# End Source File +# Begin Source File + SOURCE=.\file_io\win32\dir.c # End Source File # Begin Source File |